aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-03-09 08:19:36 +0000
committerJuan J. Martinez <jjm@usebox.net>2024-03-09 08:19:36 +0000
commitf6faa3cf1ace9a6f0cb40c78393069734246262a (patch)
treea48fb0a6e71b86bb6f8ae63efaaf5a24498a79aa
parent42acbd3ff761e648444ac58434386b6c1114cb88 (diff)
downloaddotnvim-f6faa3cf1ace9a6f0cb40c78393069734246262a.tar.gz
dotnvim-f6faa3cf1ace9a6f0cb40c78393069734246262a.zip
It doesn't quite work
-rw-r--r--i3/config2
-rwxr-xr-xi3/set-keyboard4
2 files changed, 0 insertions, 6 deletions
diff --git a/i3/config b/i3/config
index 9a4aca5..3e4f194 100644
--- a/i3/config
+++ b/i3/config
@@ -156,8 +156,6 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
bindsym $mod+Shift+x exec --no-startup-id "loginctl lock-session"
# suspend
bindsym $mod+Shift+s exec "systemctl suspend"
-# reload keyboard config
-bindsym $mod+Shift+z exec --no-startup-id ~/.config/i3/set-keyboard
# resize window (you can also use the mouse for that)
mode "resize" {
diff --git a/i3/set-keyboard b/i3/set-keyboard
index e905abb..1b92dde 100755
--- a/i3/set-keyboard
+++ b/i3/set-keyboard
@@ -3,7 +3,3 @@
set -e
setxkbmap -model pc105 -layout gb -variant extd
-xmodmap -e 'keycode 66 = Mode_switch'
-xmodmap -e 'clear lock'
-xmodmap -e 'keycode 113 = Left NoSymbol Home'
-xmodmap -e 'keycode 114 = Right NoSymbol End'