updated wayfire.ini

This commit is contained in:
Luc Bijl 2023-04-20 15:17:05 +02:00
parent 8378866269
commit 18319754d8

View file

@ -19,7 +19,7 @@ zoom_enabled_for = none
[autostart] [autostart]
audio = pipewire audio = pipewire
audio_notify = sleep 5; pa-notify -t 2 audio_notify = sleep 1; pa-notify -t 2
audio_player = playerctld daemon audio_player = playerctld daemon
automount = udiskie -As automount = udiskie -As
autostart_wf_shell = false autostart_wf_shell = false
@ -28,7 +28,7 @@ bar = waybar
element = element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland element = element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland
gamma = wlsunset -l 52.0 -L 5.9 -t 3000 gamma = wlsunset -l 52.0 -L 5.9 -t 3000
idle = swayidle -w timeout 590 gtklock before-sleep gtklock idle = swayidle -w timeout 590 gtklock before-sleep gtklock
network = sleep 5; nm-applet --indicator network = sleep 1; nm-applet --indicator
notifications = mako notifications = mako
outputs = kanshi outputs = kanshi
@ -57,15 +57,15 @@ binding_gamma = <super> KEY_G
binding_kanshi = <super> KEY_K binding_kanshi = <super> KEY_K
binding_launcher = <super> KEY_S binding_launcher = <super> KEY_S
binding_matrix = <super> KEY_E binding_matrix = <super> KEY_E
binding_volumeup = KEY_VOLUMEUP
binding_volumedown = KEY_VOLUMEDOWN
binding_mute = KEY_MUTE binding_mute = KEY_MUTE
binding_next = KEY_NEXTSONG
binding_playpause = KEY_PLAYPAUSE binding_playpause = KEY_PLAYPAUSE
binding_next = KEY_NEXTSONG
binding_previous = KEY_PREVIOUSSONG binding_previous = KEY_PREVIOUSSONG
binding_screenshot = <shift> KEY_SYSRQ binding_screenshot = <shift> KEY_SYSRQ
binding_screenshot_interactive = KEY_SYSRQ binding_screenshot_interactive = KEY_SYSRQ
binding_terminal = <super> KEY_T binding_terminal = <super> KEY_T
binding_volumedown = KEY_VOLUMEDOWN
binding_volumeup = KEY_VOLUMEUP
binding_vscode = <super> KEY_V binding_vscode = <super> KEY_V
binding_waybar = <super> KEY_W binding_waybar = <super> KEY_W
binding_wlogout = <super> KEY_P binding_wlogout = <super> KEY_P
@ -75,15 +75,15 @@ command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
command_kanshi = kanshi command_kanshi = kanshi
command_launcher = wofi --show drun command_launcher = wofi --show drun
command_matrix = element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland 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_mute = pamixer -t
command_next = playerctl next
command_playpause = playerctl play-pause command_playpause = playerctl play-pause
command_next = playerctl next
command_previous = playerctl previous command_previous = playerctl previous
command_screenshot = grim - | wl-copy -t image/png command_screenshot = grim - | wl-copy -t image/png
command_screenshot_interactive = pkill -9 slurp; grim -g "$(slurp -d)" - | wl-copy -t image/png command_screenshot_interactive = pkill -9 slurp; grim -g "$(slurp -d)" - | wl-copy -t image/png
command_terminal = foot command_terminal = foot
command_volumedown = pamixer -d 5 -u
command_volumeup = pamixer -i 5 -u
command_vscode = ~/packages/vscode/code command_vscode = ~/packages/vscode/code
command_waybar = pkill -9 waybar; waybar command_waybar = pkill -9 waybar; waybar
command_wlogout = wlogout command_wlogout = wlogout