1
0

added fuzzel config; modified cargo config; modified sway config to use fuzzel

This commit is contained in:
2023-11-19 14:48:45 -07:00
parent f055bfbedc
commit 500b47fd9a
4 changed files with 16 additions and 5 deletions

View File

@@ -104,12 +104,12 @@ bindsym $mod+Shift+space floating toggle
bindsym $mod+space focus mode_toggle
# lock screen
# bindsym --release $mod+Shift+l exec swaylock
bindsym --release $mod+escape exec swaylock-blur
# tools
bindsym $mod+t exec kitty
bindsym $mod+d exec wofi
bindsym $mod+w exec clipman pick -t wofi
bindsym $mod+d exec fuzzel
bindsym $mod+w exec clipman pick --tool=CUSTOM --tool-args="fuzzel -d -w 60"
# change focus
bindsym $mod+h focus left
@@ -200,6 +200,6 @@ exec discord
exec ibus-daemon -rxR
# window rules
for_window [app_id="org.kde.polkit-kde-authentication-agent-1"] floating enable
for_window [app_id="org.freedesktop.impl.portal.desktop.kde"] floating enable
for_window [title="meower"] floating enable; resize set 600 450;