New backup 2024-04-15 18:45:02
This commit is contained in:
parent
c9b0e02700
commit
b4c699d69f
2 changed files with 6 additions and 3 deletions
|
@ -36,6 +36,8 @@ bindsym $mod+Backslash exec "$HOME/.config/sway/scripts/profiles.sh Work"
|
|||
|
||||
exec_always "$HOME/.config/sway/scripts/profiles.sh Personal"
|
||||
exec "swaymsg 'rename workspace 1 to 1:~'"
|
||||
exec "swaymsg 'rename workspace 2 to 2:~'"
|
||||
exec "swaymsg 'rename workspace 3 to 3:~'"
|
||||
|
||||
#
|
||||
# Trackpad
|
||||
|
|
|
@ -20,11 +20,12 @@ swayidle & \
|
|||
blueman-applet & \
|
||||
#wl-paste -t text --watch clipman store --max-items 1024 & \
|
||||
copyq --start-server & \
|
||||
/home/pogmommy/.cargo/bin/batalert -u /sys/class/power_supply/macsmc-battery/uevent --alert 20 --notification-step 5 & \
|
||||
/usr/lib/$(uname -m)-linux-gnu/libexec/polkit-kde-authentication-agent-1
|
||||
#/home/pogmommy/.cargo/bin/batalert -u /sys/class/power_supply/macsmc-battery/uevent --alert 20 --notification-step 5 & \
|
||||
/usr/lib/$(uname -m)-linux-gnu/libexec/polkit-kde-authentication-agent-1 & \
|
||||
|
||||
for s in ~/.config/sway/scripts/autostart.d/* ;do
|
||||
if [ -f "$s" ]
|
||||
if [ -f "$s" ];then
|
||||
# echo $s
|
||||
bash -c "$s"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue