Implement a temporary popup window selection menu

This commit is contained in:
2021-05-27 16:55:49 +02:00
parent 7e9301983d
commit 1ec54bccfc
2 changed files with 28 additions and 3 deletions

View File

@@ -247,7 +247,7 @@ exec_always {
# Enable floating windows
for_window [app_id="mpv"] floating enable
for_window [app_id="imv"] floating enable
for_window [app_id="htop"] floating enable, resize set 1280 720
for_window [app_id="popup"] floating enable, resize set 1280 720
# Resize zathura to 70% in tiling mode
for_window [app_id="org.pwmt.zathura" workspace=$workspace4] resize set width 70 ppt
# Split windows vertically
@@ -281,8 +281,8 @@ bindsym Print exec grim
bindsym Shift+Print exec slurp | grim -g - - | wl-copy
# find PDFs with rofi
bindsym $mod+f exec ~/.local/share/scripts/finder
# temporary floating htop
bindsym $mod+Shift+h exec kitty --class htop -- htop
# temporary popup window selection
bindsym $mod+p exec ~/.local/share/scripts/popup-window
# power menu
bindsym $mod+Shift+p mode "$Pause-break"