From 304515b9fd02d567f0107c696ffeba272f818cca Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 26 Jan 2026 23:56:21 +0100 Subject: [PATCH] change floating toggle and add feh for bg --- i3/.config/i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 2a3a700..3cd415f 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -15,6 +15,7 @@ exec --no-startup-id xset s off -dpms exec --no-startup-id picom --backend glx --vsync exec --no-startup-id nm-applet exec --no-startup-id blueman-applet +exec --no-startup-id feh --bg-max ~/.wallpaper/ # Key bindings bindsym $mod+Return exec $term @@ -94,7 +95,7 @@ bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split bindsym $mod+f fullscreen -bindsym $mod+Shift+space floating toggle +bindsym $mod+g floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+a focus parent