Switch to Rofi as launcher

This commit is contained in:
Arti Zirk 2019-07-05 13:31:14 +03:00
parent 405bb65393
commit 006494eae8
1 changed files with 3 additions and 2 deletions

View File

@ -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%-
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')