diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-03-17 08:23:29 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-17 08:23:29 -0400 |
| commit | 8ada5ad895958d5896965dd7149abb5f5aa7eb13 (patch) | |
| tree | 88757763ab92127683df2b48c367ad111b3eb9aa /.config/i3 | |
| parent | 5dec67777ed7148100f80754b2df5321798ed1a8 (diff) | |
| download | eibhear-8ada5ad895958d5896965dd7149abb5f5aa7eb13.tar.gz eibhear-8ada5ad895958d5896965dd7149abb5f5aa7eb13.tar.zst eibhear-8ada5ad895958d5896965dd7149abb5f5aa7eb13.zip | |
i3 config fixes
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 5c60a60..0703caa 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -47,6 +47,7 @@ bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+Escape workspace prev +bindsym $mod+Shift+Escape exec prompt "Log out of i3?" "i3 exit" # bindsym $mod+BackSpace bindsym $mod+Shift+BackSpace exec --no-startup-id prompt "Reboot computer?" "$reboot" @@ -93,7 +94,7 @@ bindsym $mod+p exec --no-startup-id mpc toggle bindsym $mod+Shift+p exec --no-startup-id mpc pause bindsym $mod+a exec --no-startup-id ddspawn dropdowncalc -f mono:pixelsize=24 -bindsym $mod+Shift+a exec $term -e pulsemixer +bindsym $mod+Shift+a exec $term -e alsamixer bindsym $mod+s gaps inner current plus 5 bindsym $mod+Shift+s gaps inner current minus 5 |
