1
0

Added config for rofi on tokyo

Added sway keybind to filter windows
Updated installer script to handle new files
This commit is contained in:
2025-09-25 23:36:12 +01:00
parent ae69d852fe
commit 21758f9cc5
4 changed files with 209 additions and 8 deletions

View File

@@ -2,8 +2,7 @@
# Variables
#
set $LAUNCH 'rofi -show drun'
set $LOCK 'swaylock'
set $LOCK 'swaylock'
set $MOD Mod4
@@ -33,7 +32,8 @@ floating_modifier $MOD normal
bindsym $MOD+return exec footclient
bindsym $MOD+shift+q kill
bindsym $MOD+d exec $LAUNCH
bindsym $MOD+d exec 'rofi -show drun'
bindsym $MOD+w exec 'rofi -show window'
bindsym $MOD+shift+r reload
bindsym $MOD+shift+e exec swaynag -t warning -m 'Quit sway?' -b 'Exit' 'swaymsg exit'