mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Undo that and make audio changes not repeatable
This commit is contained in:
parent
4cf1ac88bb
commit
71e6533f49
1 changed files with 8 additions and 6 deletions
|
@ -49,13 +49,15 @@ in desktopSystemConfiguration {
|
||||||
", XF86AudioRaiseVolume , exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ --limit 1.5"
|
", XF86AudioRaiseVolume , exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ --limit 1.5"
|
||||||
", XF86AudioLowerVolume , exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
", XF86AudioLowerVolume , exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
||||||
|
|
||||||
", XF86AudioMute , exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
|
||||||
", XF86AudioMicMute , exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
|
|
||||||
|
|
||||||
", XF86MonBrightnessUp , exec, brightnessctl set 5%+"
|
", XF86MonBrightnessUp , exec, brightnessctl set 5%+"
|
||||||
", XF86MonBrightnessDown, exec, brightnessctl set --min-value=0 5%-"
|
", XF86MonBrightnessDown, exec, brightnessctl set --min-value=0 5%-"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
bindl = [
|
||||||
|
", XF86AudioMute , exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||||
|
", XF86AudioMicMute , exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
|
||||||
|
];
|
||||||
|
|
||||||
bindm = [
|
bindm = [
|
||||||
"SUPER, mouse:272, movewindow"
|
"SUPER, mouse:272, movewindow"
|
||||||
"SUPER, mouse:274, movewindow"
|
"SUPER, mouse:274, movewindow"
|
||||||
|
@ -63,9 +65,6 @@ in desktopSystemConfiguration {
|
||||||
];
|
];
|
||||||
|
|
||||||
binde = [
|
binde = [
|
||||||
"SUPER, mouse_up, workspace, e+1"
|
|
||||||
"SUPER, mouse_down, workspace, e-1"
|
|
||||||
|
|
||||||
"SUPER, left , movefocus, l"
|
"SUPER, left , movefocus, l"
|
||||||
"SUPER, down , movefocus, d"
|
"SUPER, down , movefocus, d"
|
||||||
"SUPER, up , movefocus, u"
|
"SUPER, up , movefocus, u"
|
||||||
|
@ -91,6 +90,9 @@ in desktopSystemConfiguration {
|
||||||
"SUPER , TAB, workspace, e+1"
|
"SUPER , TAB, workspace, e+1"
|
||||||
"SUPER+ALT, TAB, workspace, e-1"
|
"SUPER+ALT, TAB, workspace, e-1"
|
||||||
|
|
||||||
|
"SUPER, mouse_up, workspace, e+1"
|
||||||
|
"SUPER, mouse_down, workspace, e-1"
|
||||||
|
|
||||||
(map (n: [
|
(map (n: [
|
||||||
"SUPER , ${toString n}, workspace , ${toString n}"
|
"SUPER , ${toString n}, workspace , ${toString n}"
|
||||||
"SUPER+ALT, ${toString n}, movetoworkspacesilent, ${toString n}"
|
"SUPER+ALT, ${toString n}, movetoworkspacesilent, ${toString n}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue