From 18319754d881f8fed1eb6faf1796871a4dc7fabd Mon Sep 17 00:00:00 2001 From: Luc Date: Thu, 20 Apr 2023 15:17:05 +0200 Subject: [PATCH] updated wayfire.ini --- config-files/wayfire/wayfire.ini | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config-files/wayfire/wayfire.ini b/config-files/wayfire/wayfire.ini index 3f8bdee..3bd21c7 100755 --- a/config-files/wayfire/wayfire.ini +++ b/config-files/wayfire/wayfire.ini @@ -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 = KEY_G binding_kanshi = KEY_K binding_launcher = KEY_S binding_matrix = 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 = KEY_SYSRQ binding_screenshot_interactive = KEY_SYSRQ binding_terminal = KEY_T -binding_volumedown = KEY_VOLUMEDOWN -binding_volumeup = KEY_VOLUMEUP binding_vscode = KEY_V binding_waybar = KEY_W binding_wlogout = 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