diff options
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index 8f425e1..b1c7538 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -213,6 +213,8 @@ bindsym $mod+Shift+r restart # save defaults # bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" +# toggle proxy +bindsym $mod+p exec --no-startup-id bash -c ". /etc/profile.d/proxy.sh && proxy-toggle" # resize window (you can also use the mouse for that) set $step 5 |