diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-03-09 08:19:36 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-03-09 08:19:36 +0000 |
commit | f6faa3cf1ace9a6f0cb40c78393069734246262a (patch) | |
tree | a48fb0a6e71b86bb6f8ae63efaaf5a24498a79aa /i3 | |
parent | 42acbd3ff761e648444ac58434386b6c1114cb88 (diff) | |
download | dotnvim-f6faa3cf1ace9a6f0cb40c78393069734246262a.tar.gz dotnvim-f6faa3cf1ace9a6f0cb40c78393069734246262a.zip |
It doesn't quite work
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 2 | ||||
-rwxr-xr-x | i3/set-keyboard | 4 |
2 files changed, 0 insertions, 6 deletions
@@ -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' |