diff options
-rw-r--r-- | sway/.config/sway/config | 1 | ||||
-rwxr-xr-x | zsh/.zshrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config index df93979..508cb5f 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config | |||
@@ -198,6 +198,7 @@ exec_always { | |||
198 | exec --no-startup-id ~/.bin/bat_check | 198 | exec --no-startup-id ~/.bin/bat_check |
199 | exec --no-startup-id sudo rtcwake -m mem -s 1 | 199 | exec --no-startup-id sudo rtcwake -m mem -s 1 |
200 | exec --no-startup-id autotiling | 200 | exec --no-startup-id autotiling |
201 | exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 | ||
201 | exec_always pkill kanshi; exec kanshi | 202 | exec_always pkill kanshi; exec kanshi |
202 | 203 | ||
203 | include /etc/sway/config.d/* | 204 | include /etc/sway/config.d/* |
@@ -53,6 +53,7 @@ rmdata() { | |||
53 | generate() { | 53 | generate() { |
54 | rm ~/src/site/dst/.files | 54 | rm ~/src/site/dst/.files |
55 | ssg5 ~/src/site/src ~/src/site/dst "pryr's website" "https://pryr.xyz" | 55 | ssg5 ~/src/site/src ~/src/site/dst "pryr's website" "https://pryr.xyz" |
56 | rssg ~/src/site/dst/index.html "pryr\'s feed" > ~/src/site/dst/rss.xml | ||
56 | } | 57 | } |
57 | 58 | ||
58 | deploy() { | 59 | deploy() { |