From c92dee7b00e6147ff91bab2f3113d1500f123ed9 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 28 May 2023 20:37:18 -0600 Subject: home/i3: add $mod+i shortcut for xcalib --- home/i3-config.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'home/i3-config.nix') 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 -- cgit v1.2.3