dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit a43b436d7e4bb50118d12c65a54331feff9abdc2 (tree)
parent 661cbf12f9a38d8d80abf5e49d54fc6716fb37f2
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Tue, 25 Feb 2020 18:24:40 +0200

floating toggle

Diffstat:
Mi3/.config/i3/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i3/.config/i3/config b/i3/.config/i3/config @@ -177,7 +177,7 @@ bindsym $mod+Left workspace prev bindsym $mod+Right workspace next bindsym $mod+Ctrl+q exec i3lock bindsym $mod+minus move scratchpad -bindsym $mod+plus scratchpad show +bindsym $mod+plus scratchpad show; floating toggle bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 1 +5% bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 1 -5% bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 1 toggle