i3 update and new RSS feeds
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-06-23 19:48:27 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-06-23 19:48:27 +0200 |
| Commit | 339256ab642c928e832aa5effb0b57c385d30730 (patch) |
|
-rw-r--r-- |
.config/i3/config | 2 | |
-rw-r--r-- |
.config/i3status/config | 2 | |
-rw-r--r-- |
.feeds.txt | 2 | |
-rwxr-xr-x |
.shenanigans.sh | 1 |
4 files changed, 5 insertions, 2 deletions
| diff --git a/.config/i3/config b/.config/i3/config | |||
| ... | |||
| 168 | for_window [workspace="^(1|5|6)$"] floating enable |
168 | for_window [workspace="^(1|5|6)$"] floating enable |
| 169 | 169 | ||
| 170 | # Expections for opening in floating mode where XSetClassHint is set to floating |
170 | # Expections for opening in floating mode where XSetClassHint is set to floating |
| 171 | for_window [class="^(mpv|Thunar|transmission|Xmagnify)$"] floating enable |
171 | for_window [class="^(mpv|Thunar|transmission|Xmagnify|qemu)$"] floating enable |
| 172 | for_window [title="^(floating|game|iceworks)$"] floating enable |
172 | for_window [title="^(floating|game|iceworks)$"] floating enable |
| diff --git a/.config/i3status/config b/.config/i3status/config | |||
| ... | |||
| 19 | 19 | ||
| 20 | cpu_temperature 0 { |
20 | cpu_temperature 0 { |
| 21 | format = "Temp: %degrees °C" |
21 | format = "Temp: %degrees °C" |
| 22 | path = "/sys/devices/platform/coretemp.0/hwmon/hwmon5/temp1_input" |
22 | path = "/sys/devices/platform/coretemp.0/hwmon/hwmon4/temp1_input" |
| 23 | } |
23 | } |
| 24 | 24 | ||
| 25 | memory { |
25 | memory { |
| ... | |||
| diff --git a/.feeds.txt b/.feeds.txt | |||
| ... | |||
| 12 | https://www.gingerbill.org/article/index.xml |
12 | https://www.gingerbill.org/article/index.xml |
| 13 | https://mmk2410.org/blog.rss |
13 | https://mmk2410.org/blog.rss |
| 14 | https://tonsky.me/atom.xml |
14 | https://tonsky.me/atom.xml |
| 15 | https://www.bluesnews.com/news/atom.xml |
||
| 16 | https://wolfsheadonline.com/feed/ |
||
| 15 | 17 | ||
| 16 | https://github.com/srevinsaju/Brave-AppImage/releases.atom |
18 | https://github.com/srevinsaju/Brave-AppImage/releases.atom |
| 17 | 19 | ||
| ... | |||
| diff --git a/.shenanigans.sh b/.shenanigans.sh | |||
| ... | |||
| 34 | alias j='cd ~/Junk' |
34 | alias j='cd ~/Junk' |
| 35 | alias p='cd ~/Projects' |
35 | alias p='cd ~/Projects' |
| 36 | alias d='cd ~/Downloads' |
36 | alias d='cd ~/Downloads' |
| 37 | alias n='cd ~/Notes' |
||
| 37 | 38 | ||
| 38 | # History and search. Stolen from J. |
39 | # History and search. Stolen from J. |
| 39 | HISTCONTROL=ignoreboth |
40 | HISTCONTROL=ignoreboth |
| ... | |||