diff options
| author | Shubham Saini <pryr@pryr.xyz> | 2021-03-03 07:52:38 +0000 |
|---|---|---|
| committer | Shubham Saini <pryr@pryr.xyz> | 2021-03-03 07:52:38 +0000 |
| commit | e0c8130e7f22e3d8c23b9c76382b1207cb3de95a (patch) | |
| tree | 334164bc1a1c3aac9182dc3310e89313cdc05e1b | |
| parent | 73be3bb4f31c077fd23982052de41ac555ee4585 (diff) | |
added polkit agent & rss command
| -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() { |
