summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sway/.config/sway/config1
-rwxr-xr-xzsh/.zshrc1
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 {
198exec --no-startup-id ~/.bin/bat_check 198exec --no-startup-id ~/.bin/bat_check
199exec --no-startup-id sudo rtcwake -m mem -s 1 199exec --no-startup-id sudo rtcwake -m mem -s 1
200exec --no-startup-id autotiling 200exec --no-startup-id autotiling
201exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
201exec_always pkill kanshi; exec kanshi 202exec_always pkill kanshi; exec kanshi
202 203
203include /etc/sway/config.d/* 204include /etc/sway/config.d/*
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 8894393..f58c4d3 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -53,6 +53,7 @@ rmdata() {
53generate() { 53generate() {
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
58deploy() { 59deploy() {