Update
This commit is contained in:
@@ -18,6 +18,7 @@ set $wlsunset '[ -x "$(command -v wlsunset)" ] && $HOME/.local/share/sway/script
|
||||
set $autotiling '[ -x "$(command -v autotiling)" ] && autotiling || [ -x "$(command -v autotiling-rs)" ] && autotiling-rs'
|
||||
set $help_menu '[ -x "$(command -v nwg-wrapper)" ] && [ -f $HOME/.config/nwg-wrapper/help.sh ] && $HOME/.local/share/sway/scripts/help.sh'
|
||||
set $kanshi '[ -x "$(command -v kanshi)" ] && pkill -U $USER -x kanshi; exec kanshi'
|
||||
set $swayosd_server '[ -x "$(command -v swayosd-server)" ] && pkill -U $USER -x swayosd-server; exec swayosd-server'
|
||||
set $xdg-dirs '[ -x "$(command -v xdg-user-dirs-update)" ] && exec xdg-user-dirs-update'
|
||||
|
||||
## apply the keyboard layout from localectl if no keyboard layout has been set via config.d
|
||||
|
||||
@@ -149,12 +149,25 @@ bindsym $mod+z exec $locking
|
||||
# bindsym $mod+x exec "taskwarrior_stop"
|
||||
# bindsym $mod+Shift+z exec "suspend-and-lock"
|
||||
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id /usr/bin/light -A 5
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id /usr/bin/light -U 5
|
||||
# OG
|
||||
# bindsym XF86MonBrightnessUp exec --no-startup-id /usr/bin/light -A 5
|
||||
# bindsym XF86MonBrightnessDown exec --no-startup-id /usr/bin/light -U 5
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +3%
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -3%
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id swayosd-client --brightness raise
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id swayosd-client --brightness lower
|
||||
|
||||
# OG
|
||||
# bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +3%
|
||||
# bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -3%
|
||||
# bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id swayosd-client --output-volume raise
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id swayosd-client --output-volume lower
|
||||
bindsym XF86AudioMute exec --no-startup-id swayosd-client --output-volume mute-toggle
|
||||
|
||||
bindsym XF86AudioPlay exec swayosd-client --playerctl play-pause
|
||||
bindsym XF86AudioNext exec swayosd-client --playerctl next
|
||||
bindsym XF86AudioPrev exec swayosd-client --playerctl prev
|
||||
|
||||
# bindsym $mod+Shift+o exec "display_switch"
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ exec_always {
|
||||
$apply_background
|
||||
$help_menu
|
||||
$kanshi
|
||||
$swayosd_server
|
||||
# $clip-persist
|
||||
$mako
|
||||
# $auto_xdg_keyboard
|
||||
|
||||
@@ -12,7 +12,7 @@ set $up k
|
||||
set $right l
|
||||
|
||||
# Default generated background
|
||||
set $background $HOME/.local/share/wallpapers/20250607_192951_D4E78119.jpg
|
||||
set $background $HOME/.local/share/wallpapers/bg.jpg
|
||||
|
||||
# Add --to-code to bindsym, support for non-latin layouts
|
||||
set $bindsym bindsym --to-code
|
||||
|
||||
Reference in New Issue
Block a user