This commit is contained in:
2025-10-29 12:36:16 +02:00
parent 9c893c61b7
commit 5dab98c7b9
7 changed files with 145 additions and 3 deletions

View File

@@ -205,6 +205,12 @@ bindsym $mod+Escape exec swaylock -f -c 000000
## Session // Sleep // <><Shift> s ##
bindsym $mod+Shift+s exec systemctl suspend
## Mouse // Toggle Position // <> q ##
#bindsym q exec /home/raga/repos/linux/sway-new-config/mouse-toggle.sh
## Mouse // Enable/Disable Toggle // <><Shift> o ##
bindsym $mod+Shift+o exec /home/raga/repos/linux/sway-new-config/mouse-toggle.sh toggle
###############################################################################
# System Management (Arch Linux alternatives)
###############################################################################
@@ -512,4 +518,4 @@ exec --no-startup-id nm-applet
# Include additional config files if they exist
include /etc/sway/config.d/*
bindsym $mod+x exec "$(file="/tmp/click"; if test "0" = "$(cat "$file")"; then printf '1\n' > "$file"; else printf '0\n' > "$file"; fi)"
#bindsym $mod+x exec "$(file="/tmp/click"; if test "0" = "$(cat "$file")"; then printf '1\n' > "$file"; else printf '0\n' > "$file"; fi)"