updated wayfire.ini
This commit is contained in:
parent
18319754d8
commit
3cb193a7fb
1 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@ zoom_enabled_for = none
|
|||
[autostart]
|
||||
audio = pipewire
|
||||
audio_notify = sleep 1; pa-notify -t 2
|
||||
audio_player = playerctld daemon
|
||||
audio_player = sleep 1; playerctld daemon
|
||||
automount = udiskie -As
|
||||
autostart_wf_shell = false
|
||||
background = wf-background
|
||||
|
@ -57,15 +57,15 @@ binding_gamma = <super> KEY_G
|
|||
binding_kanshi = <super> KEY_K
|
||||
binding_launcher = <super> KEY_S
|
||||
binding_matrix = <super> KEY_E
|
||||
binding_volumeup = KEY_VOLUMEUP
|
||||
binding_volumedown = KEY_VOLUMEDOWN
|
||||
binding_mute = KEY_MUTE
|
||||
binding_playpause = KEY_PLAYPAUSE
|
||||
binding_next = KEY_NEXTSONG
|
||||
binding_playpause = KEY_PLAYPAUSE
|
||||
binding_previous = KEY_PREVIOUSSONG
|
||||
binding_screenshot = <shift> KEY_SYSRQ
|
||||
binding_screenshot_interactive = KEY_SYSRQ
|
||||
binding_terminal = <super> KEY_T
|
||||
binding_volumedown = KEY_VOLUMEDOWN
|
||||
binding_volumeup = KEY_VOLUMEUP
|
||||
binding_vscode = <super> KEY_V
|
||||
binding_waybar = <super> KEY_W
|
||||
binding_wlogout = <super> KEY_P
|
||||
|
@ -75,15 +75,15 @@ command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
|||
command_kanshi = kanshi
|
||||
command_launcher = wofi --show drun
|
||||
command_matrix = element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
command_volumeup = pamixer -i 5 -u
|
||||
command_volumedown = pamixer -d 5 -u
|
||||
command_mute = pamixer -t
|
||||
command_playpause = playerctl play-pause
|
||||
command_next = playerctl next
|
||||
command_playpause = playerctl play-pause
|
||||
command_previous = playerctl previous
|
||||
command_screenshot = grim - | wl-copy -t image/png
|
||||
command_screenshot_interactive = pkill -9 slurp; grim -g "$(slurp -d)" - | wl-copy -t image/png
|
||||
command_terminal = foot
|
||||
command_volumedown = pamixer -d 5 -u
|
||||
command_volumeup = pamixer -i 5 -u
|
||||
command_vscode = ~/packages/vscode/code
|
||||
command_waybar = pkill -9 waybar; waybar
|
||||
command_wlogout = wlogout
|
||||
|
@ -95,7 +95,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 fast-switcher wobbly preserve-output wrot
|
||||
plugins = alpha animate autostart command cube expo grid idle move oswitch place resize vswitch window-rules wm-actions zoom blur fast-switcher wobbly wrot
|
||||
preferred_decoration_mode = server
|
||||
vheight = 3
|
||||
vwidth = 3
|
||||
|
|
Loading…
Reference in a new issue