mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-06-11 23:44:54 +01:00
Re-configured to use noctalia as main shell
This commit is contained in:
@@ -24,7 +24,7 @@ bind = $mainMod SHIFT, T, exec, $colorpicker
|
||||
bind = $mainMod, ., exec, $emojipicker
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, M, exec, $powerMenu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, ;, togglesplit, # dwindle
|
||||
|
||||
@@ -85,6 +85,6 @@ bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
# Media key bindings
|
||||
binde=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+
|
||||
binde=, XF86AudioLowerVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%-
|
||||
binde=, XF86AudioMute, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 0%
|
||||
binde=, XF86AudioRaiseVolume, exec, noctalia-shell ipc call volume increase
|
||||
binde=, XF86AudioLowerVolume, exec, noctalia-shell ipc call volume decrease
|
||||
binde=, XF86AudioMute, exec, noctalia-shell ipc call volume muteOutput
|
||||
|
||||
Reference in New Issue
Block a user