updated wayfire.ini
This commit is contained in:
parent
8378866269
commit
18319754d8
1 changed files with 8 additions and 8 deletions
|
@ -19,7 +19,7 @@ zoom_enabled_for = none
|
|||
|
||||
[autostart]
|
||||
audio = pipewire
|
||||
audio_notify = sleep 5; pa-notify -t 2
|
||||
audio_notify = sleep 1; pa-notify -t 2
|
||||
audio_player = playerctld daemon
|
||||
automount = udiskie -As
|
||||
autostart_wf_shell = false
|
||||
|
@ -28,7 +28,7 @@ bar = waybar
|
|||
element = element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
||||
idle = swayidle -w timeout 590 gtklock before-sleep gtklock
|
||||
network = sleep 5; nm-applet --indicator
|
||||
network = sleep 1; nm-applet --indicator
|
||||
notifications = mako
|
||||
outputs = kanshi
|
||||
|
||||
|
@ -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_next = KEY_NEXTSONG
|
||||
binding_playpause = KEY_PLAYPAUSE
|
||||
binding_next = KEY_NEXTSONG
|
||||
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_next = playerctl next
|
||||
command_playpause = playerctl play-pause
|
||||
command_next = playerctl next
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue