rm keyboard configuration in i3 except xbindkeys
authorAndrew Lorimer <andrew@lorimer.id.au>
Tue, 19 May 2020 06:56:24 +0000 (16:56 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Tue, 19 May 2020 06:56:24 +0000 (16:56 +1000)
i3/.i3/config
index 1dcd6140ef2295b073bf6b5b1a6f4be95af9e5d5..2b56191d954d4010f93b0096136d2b8bd6005281 100644 (file)
@@ -205,8 +205,12 @@ bindsym XF86AudioPause exec playerctl play-pause
 bindsym XF86AudioNext exec playerctl next
 bindsym XF86AudioPrev exec playerctl previous
 
+# float dialogs
 for_window [window_type=dialog] floating enable
 
+# switch to actionable windows
+focus_on_window_activation focus
+
 # i3bar
 bar {
        font pango:Ubuntu Mono derivative Powerline 11
@@ -231,9 +235,7 @@ exec_always --no-startup-id xrdb /home/andrew/.Xdefaults
 exec_always --no-startup-id xrandr --output HDMI-0 --pos 0x0 --output DVI-D-0 --pos 240x1080
 exec_always --no-startup-id feh --bg-fill /home/andrew/.wallpaper.jpg
 exec_always --no-startup-id compton -b --config /home/andrew/.compton.conf
-exec_always --no-startup-id setxkbmap -option caps:swapescape
 exec_always --no-startup-id xbindkeys --poll-rc
-exec_always --no-startup-id xmodmap /home/andrew/.xmodmap
 
 # start GUI apps
 exec --no-startup-id i3-msg 'workspace $ws2; exec chromium'