update
This commit is contained in:
@@ -59,4 +59,4 @@ elif [ "${BLOCK_BUTTON:-}" = "3" ]; then
|
||||
else
|
||||
notify-send "Bluetooth" "No Bluetooth manager found" -t 3000
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -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)"
|
||||
|
||||
@@ -81,7 +81,7 @@ interval = 1800
|
||||
|
||||
[[block]]
|
||||
block = "time"
|
||||
format = " $icon $timestamp.datetime(f:'%Y-%m-%d %H:%M:%S') "
|
||||
format = " $icon $timestamp.datetime(f:'%Y-%m-%d %H:%M:%S%z') "
|
||||
interval = 1
|
||||
|
||||
[icons]
|
||||
|
||||
Reference in New Issue
Block a user