|
|
|
@ -18,8 +18,8 @@ set $term gnome-terminal
@@ -18,8 +18,8 @@ set $term gnome-terminal
|
|
|
|
|
# Your preferred application launcher |
|
|
|
|
# None: it's recommended that you pass the final command to sway |
|
|
|
|
#set $menu dmenu_path | dmenu | xargs swaymsg exec |
|
|
|
|
set $menu gnome-terminal --title=swayapplauncher -- ~/.bin/desktop_launcher.sh |
|
|
|
|
|
|
|
|
|
#set $menu gnome-terminal --title=swayapplauncher -- ~/.bin/desktop_launcher.sh |
|
|
|
|
set $menu rofi -modi drun -show drun -show-icons -normal-window -font "xos4 Terminus 12" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Output configuration |
|
|
|
@ -256,6 +256,7 @@ bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl --quiet set 5%-
@@ -256,6 +256,7 @@ bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl --quiet set 5%-
|
|
|
|
|
for_window [title=".*swayapplauncher.*"] floating enable |
|
|
|
|
for_window [title="^Authy$"] floating enable |
|
|
|
|
for_window [class="chrome-token-signing"] floating enable |
|
|
|
|
for_window [class="Rofi"] floating enable |
|
|
|
|
|
|
|
|
|
# screenshots |
|
|
|
|
bindsym Print exec grim $(xdg-user-dir PICTURES)/$(date +'screenshot_%Y-%m-%d-%H%M%S_grim.png') |
|
|
|
|