From 43a6f43141f01486eb1afb02880a6880bb51892b Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 30 Nov 2024 15:38:50 +0100 Subject: improve keyboard shortcuts --- .config/i3/autostart##template | 2 +- .config/xbindkeys/main##template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/i3/autostart##template b/.config/i3/autostart##template index b5322ef..6b7f908 100755 --- a/.config/i3/autostart##template +++ b/.config/i3/autostart##template @@ -10,7 +10,7 @@ xbanish & dunst & autocutsel -selection CLIPBOARD & fcitx5 & -xbindkeys --file "$XDG_CONFIG_HOME/xbindkeys/main" --nodaemon & +xbindkeys --nodaemon & {% if yadm.hostname == "thoncc" %} xdimmer -t 45 -p 3 & light-locker --no-late-locking & diff --git a/.config/xbindkeys/main##template b/.config/xbindkeys/main##template index 7215ac7..a1b5251 100644 --- a/.config/xbindkeys/main##template +++ b/.config/xbindkeys/main##template @@ -4,7 +4,7 @@ Mod4 + b "rofi -show drun" Mod4 + space -"rofi -modes window -show window" +"rofi -modes window -show window -kb-accept-entry '!Alt-Tab' -kb-row-down 'Alt+Tab' -kb-row-up 'Alt+ISO_Left_Tab'" Alt + Tab "st" Mod4 + Return -- cgit v1.2.3