From f6faa3cf1ace9a6f0cb40c78393069734246262a Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 9 Mar 2024 08:19:36 +0000 Subject: It doesn't quite work --- i3/config | 2 -- i3/set-keyboard | 4 ---- 2 files changed, 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' -- cgit v1.2.3