mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 00:10:59 +02:00
Switch to Rofi as launcher
This commit is contained in:
parent
405bb65393
commit
006494eae8
@ -18,8 +18,8 @@ set $term gnome-terminal
|
|||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# None: it's recommended that you pass the final command to sway
|
# None: it's recommended that you pass the final command to sway
|
||||||
#set $menu dmenu_path | dmenu | xargs swaymsg exec
|
#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
|
### 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=".*swayapplauncher.*"] floating enable
|
||||||
for_window [title="^Authy$"] floating enable
|
for_window [title="^Authy$"] floating enable
|
||||||
for_window [class="chrome-token-signing"] floating enable
|
for_window [class="chrome-token-signing"] floating enable
|
||||||
|
for_window [class="Rofi"] floating enable
|
||||||
|
|
||||||
# screenshots
|
# screenshots
|
||||||
bindsym Print exec grim $(xdg-user-dir PICTURES)/$(date +'screenshot_%Y-%m-%d-%H%M%S_grim.png')
|
bindsym Print exec grim $(xdg-user-dir PICTURES)/$(date +'screenshot_%Y-%m-%d-%H%M%S_grim.png')
|
||||||
|
Loading…
Reference in New Issue
Block a user