diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-02-22 15:36:28 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-02-22 15:36:28 +0100 |
| commit | c272642b480577f226b887d1ec41cb57ca065457 (patch) | |
| tree | 4449b41f1f02dfd380005a66957daa4a52e421c8 /.config/sway/config | |
| parent | a251f3dc45cb15d6c094258792191cde3a5d2422 (diff) | |
fix suspend
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index c13f881..b7c7960 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -37,12 +37,14 @@ bindsym $mod+Return exec --no-startup-id foot #bindsym $mod+d exec --no-startup-id i3-dmenu-desktop -dmenu="wmenu-run" #bindsym $mod+d exec --no-startup-id wemenu-run bindsym $mod+d exec --no-startup-id fuzzel -T foot +bindsym XF86Sleep exec echo "mem" | sudo tee /sys/power/state # Use pactl to ajust volume in PulseAudio/PipeWire bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle && pkill -USR1 i3status bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% && pkill -USR1 i3status bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% && pkill -USR1 i3status + for_window [app_id="google-chrome"] floating enable for_window [class="firefox"] floating enable for_window [class="thunderbird"] floating enable @@ -176,4 +178,3 @@ bindsym $mod+r mode "resize" # Move a workspace to a different monitor bindsym $mod+greater move workspace to output right bindsym $mod+less move workspace to output left - |
