diff options
Diffstat (limited to 'home/i3-config.nix')
| -rw-r--r-- | home/i3-config.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/home/i3-config.nix b/home/i3-config.nix index 999745b..66dbfc7 100644 --- a/home/i3-config.nix +++ b/home/i3-config.nix @@ -1,4 +1,4 @@ -{ i3lock-color, i3status-rust, rofi, setxkbmap, st, tmux-lift, xautolock }: +{ i3lock-color, i3status-rust, rofi, st, tmux-lift, xautolock, xcalib, xorg }: '' # This file has been auto-generated by i3-config-wizard(1).# It will not be overwritten, so edit it as you like. # @@ -158,8 +158,9 @@ position top } - bindsym $mod+Shift+U exec ${setxkbmap}/bin/setxkbmap us - bindsym $mod+Shift+E exec ${setxkbmap}/bin/setxkbmap latam + bindsym $mod+Shift+U exec ${xorg.setxkbmap}/bin/setxkbmap us + bindsym $mod+Shift+E exec ${xorg.setxkbmap}/bin/setxkbmap latam + bindsym $mod+I exec ${xcalib}/bin/xcalib -invert -alter focus_follows_mouse no |
