From b57a94153546f39f66375a7bd6acf5992ce4e814 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sat, 22 Jun 2019 15:40:20 -0400 Subject: [PATCH] Impoved G13 profile menu --- i3/desktop.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/i3/desktop.conf b/i3/desktop.conf index 1fb1c68..260fdf8 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -10,10 +10,14 @@ workspace $ws8 output DP-4 workspace $ws9 output DVI-D-0 workspace $ws10 output HDMI-0 -mode "g13" { +mode "$g13" { bindsym 1 exec --no-startup-id g13d --config ~/.config/g13/overwatch.bind --logo ~/.config/g13/overwatch.lpbm &; mode "default" + + bindsym Escape mode "default" + bindsym Return mode "default" } -bindsym $mod+F1 mode "g13" +set $g13 G13 Profile: [1] Overwatch +bindsym $mod+F1 mode "$g13" # Set caps lock key to super exec_always --no-startup-id setxkbmap -option 'caps:super'