remap keys in i3 to closely mimic MacBook Pros

This commit is contained in:
2024-12-19 19:04:43 -05:00
parent 3c9039ed75
commit daa0aefd21
+3
View File
@@ -7,3 +7,6 @@ exec --no-startup-id nm-applet
exec_always --no-startup-id blueman-applet exec_always --no-startup-id blueman-applet
exec_always --no-startup-id feh -z --bg-scale $HOME/Pictures/wallpaper exec_always --no-startup-id feh -z --bg-scale $HOME/Pictures/wallpaper
exec_always --no-startup-id picom --config ~/.config/picom/picom.conf exec_always --no-startup-id picom --config ~/.config/picom/picom.conf
# finally somewhat matching my MacBook Pros
exec_always --no-startup-id setxkbmap -option caps:super
exec_always --no-startup-id killall xcape 2>/dev/null; xcape -e 'Super_L=Escape'