diff --git a/.config/i3/config b/.config/i3/config index 3a6b662a569639433213d3cfa1a71255f6c755c7..1343912e58842dfb9ffa638bdc2dfd5191791233 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -168,5 +168,5 @@ # Workspaces with only floating windows for_window [workspace="^(1|5|6)$"] floating enable # Expections for opening in floating mode where XSetClassHint is set to floating -for_window [class="^(mpv|Thunar|transmission|Xmagnify)$"] floating enable +for_window [class="^(mpv|Thunar|transmission|Xmagnify|qemu)$"] floating enable for_window [title="^(floating|game|iceworks)$"] floating enable diff --git a/.config/i3status/config b/.config/i3status/config index 019d34890870f29db1f277bfdf25a595d4539bfc..217e33206feddcd8830a2bbc96358fbaab8c3d69 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -19,7 +19,7 @@ } cpu_temperature 0 { format = "Temp: %degrees °C" - path = "/sys/devices/platform/coretemp.0/hwmon/hwmon5/temp1_input" + path = "/sys/devices/platform/coretemp.0/hwmon/hwmon4/temp1_input" } memory { diff --git a/.feeds.txt b/.feeds.txt index 1ad2208157f7f17ca2e75f880ac4be5d63c2d6e4..cef568b6a476d5f3b008314b73355e64bf09c83d 100644 --- a/.feeds.txt +++ b/.feeds.txt @@ -12,6 +12,8 @@ https://susam.net/feed.xml https://www.gingerbill.org/article/index.xml https://mmk2410.org/blog.rss https://tonsky.me/atom.xml +https://www.bluesnews.com/news/atom.xml +https://wolfsheadonline.com/feed/ https://github.com/srevinsaju/Brave-AppImage/releases.atom diff --git a/.shenanigans.sh b/.shenanigans.sh index 0ae74c66fa4886d9a7f6dabfe1e0d3093a96089a..ba0a323397eeac047ada1a7394e1335f72d36eda 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -34,6 +34,7 @@ # Custom folder jump commands. alias j='cd ~/Junk' alias p='cd ~/Projects' alias d='cd ~/Downloads' + alias n='cd ~/Notes' # History and search. Stolen from J. HISTCONTROL=ignoreboth