From 006494eae8bb2230ba2f564c1f09c521cb5b5999 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Fri, 5 Jul 2019 13:31:14 +0300 Subject: [PATCH] Switch to Rofi as launcher --- .config/sway/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 3e4127a..c31e1ad 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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')