diff options
author | Urbain Vaes <urbain@vaes.uk> | 2021-09-30 20:48:21 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2021-09-30 20:48:21 +0200 |
commit | ee07f3a792cb0a09fcd87dd31eb8ea596b8365a3 (patch) | |
tree | b130fb4be747885e1baec50557141607e7716ca7 /i3 | |
parent | 179918a8892a78c428774e35afecfc3df875d3c7 (diff) |
Minor changes
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index c55e14c..fa11b47 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -177,10 +177,10 @@ bindsym $mod+Shift+n exec $HOME/.local/bin/workspace mc bindsym $mod+Shift+x move to output left; focus output left # Programs and commands -bindsym $mod+b exec --no-startup-id qutebrowser -bindsym Print exec --no-startup-id xfce4-screenshooter -bindsym $mod+Escape exec --no-startup-id i3lock -c 000000 && systemctl suspend -bindsym $mod+Shift+w exec --no-startup-id feh --bg-fill --randomize /usr/share/backgrounds +bindsym $mod+b exec --no-startup-id qutebrowser +bindsym Print exec --no-startup-id xfce4-screenshooter +bindsym $mod+Shift+Escape exec --no-startup-id i3lock -c 000000 && systemctl suspend +bindsym $mod+Shift+w exec --no-startup-id feh --bg-fill --randomize /usr/share/backgrounds # Sound bindsym XF86AudioRaiseVolume exec amixer -D pulse sset Master 5%+ |