added volume control
This commit is contained in:
parent
7d4ecee555
commit
b07f2a02af
1 changed files with 7 additions and 2 deletions
|
@ -18,7 +18,6 @@ zoom_duration = 500
|
|||
zoom_enabled_for = none
|
||||
|
||||
[autostart]
|
||||
0_environment = dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY XAUTHORITY
|
||||
audio = pipewire
|
||||
automount = udiskie -As
|
||||
autostart_wf_shell = false
|
||||
|
@ -49,6 +48,9 @@ saturation = 1.000000
|
|||
toggle = none
|
||||
|
||||
[command]
|
||||
binding_volumeup = KEY_VOLUMEUP
|
||||
binding_volumedown = KEY_VOLUMEDOWN
|
||||
binding_mute = KEY_MUTE
|
||||
binding_filer = <super> KEY_F
|
||||
binding_firefox = <super> KEY_B
|
||||
binding_gamma = <super> KEY_G
|
||||
|
@ -61,6 +63,9 @@ binding_terminal = <super> KEY_T
|
|||
binding_vscode = <super> KEY_V
|
||||
binding_waybar = <super> KEY_W
|
||||
binding_wlogout = <super> KEY_P
|
||||
command_volumeup = pamixer -d 5 -u
|
||||
command_volumedown = pamixer -i 5 -u
|
||||
command_mute = pamixer -t
|
||||
command_filer = Thunar
|
||||
command_firefox = firefox
|
||||
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
||||
|
@ -81,7 +86,7 @@ focus_button_with_modifiers = false
|
|||
focus_buttons = BTN_LEFT | BTN_MIDDLE | BTN_RIGHT
|
||||
focus_buttons_passthrough = true
|
||||
max_render_time = -1
|
||||
plugins = alpha animate autostart command cube expo grid idle move oswitch place resize vswitch window-rules wm-actions zoom blur decoration fast-switcher wobbly preserve-output
|
||||
plugins = alpha animate autostart command cube expo grid idle move oswitch place resize vswitch window-rules wm-actions zoom blur fast-switcher wobbly preserve-output
|
||||
preferred_decoration_mode = server
|
||||
vheight = 3
|
||||
vwidth = 3
|
||||
|
|
Loading…
Reference in a new issue