-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
45 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
[ | ||
{ | ||
"label": "Lock", | ||
"exec": "swaylock -f -c 001d2021", | ||
"exec": "/usr/bin/swaylock -f -c 001d2021", | ||
"icon": "/usr/share/nwg-bar/images/system-lock-screen.svg" | ||
}, | ||
{ | ||
"label": "Logout", | ||
"exec": "sway-logout", | ||
"exec": "/usr/local/bin/sway-logout", | ||
"icon": "/usr/share/nwg-bar/images/system-log-out.svg" | ||
}, | ||
{ | ||
"label": "Reboot", | ||
"exec": "systemctl reboot", | ||
"exec": "/usr/bin/systemctl reboot", | ||
"icon": "/usr/share/nwg-bar/images/system-reboot.svg" | ||
}, | ||
{ | ||
"label": "Shutdown", | ||
"exec": "systemctl -i poweroff", | ||
"exec": "/usr/bin/systemctl -i poweroff", | ||
"icon": "/usr/share/nwg-bar/images/system-shutdown.svg" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
# Dbus | ||
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK | ||
exec dbus-update-activation-environment --all 2>/dev/null | ||
exec /usr/bin/systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK | ||
exec /usr/bin/dbus-update-activation-environment --all 2>/dev/null | ||
|
||
# polkit-gnome | ||
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 | ||
|
||
# Gnome Keyring | ||
exec gnome-keyring-daemon --daemonize --start --components=gpg,pkcs11,secrets,ssh | ||
exec /usr/bin/gnome-keyring-daemon --daemonize --start --components=gpg,pkcs11,secrets,ssh | ||
|
||
# Notifications | ||
exec swaync | ||
exec aa-notify -p -s 1 -w 60 -f /var/log/audit/audit.log | ||
|
||
# Touchpad gestures | ||
exec libinput-gestures-setup start | ||
exec /usr/bin/swaync | ||
exec /usr/bin/aa-notify -p -s 1 -w 60 -f /var/log/audit/audit.log | ||
|
||
# Outputs | ||
exec kanshi | ||
exec /usr/bin/kanshi | ||
|
||
# XDG Desktop Portal | ||
exec /usr/libexec/xdg-desktop-portal | ||
exec /usr/lib/xdg-desktop-portal | ||
|
||
# Tray | ||
exec nm-applet --indicator | ||
exec nextcloud --background | ||
exec /usr/bin/nm-applet --indicator | ||
exec /usr/bin/nextcloud --background |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Bar | ||
bar { | ||
swaybar_command waybar | ||
swaybar_command /usr/bin/waybar | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Idle | ||
exec swayidle -w \ | ||
timeout 300 'swaylock -f -c 001d2021' \ | ||
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ | ||
before-sleep 'swaylock -f -c 001d2021' | ||
timeout 300 '/usr/bin/swaylock -f -c 001d2021' \ | ||
timeout 600 '/usr/bin/swaymsg "output * dpms off"' resume '/usr/bin/swaymsg "output * dpms on"' \ | ||
before-sleep '/usr/bin/swaylock -f -c 001d2021' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Reload notification center | ||
exec_always swaync-client -R | ||
exec_always swaync-client -rs | ||
exec_always /usr/bin/swaync-client -R | ||
exec_always /usr/bin/swaync-client -rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters