Minor tweaks
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-05-26 20:17:32 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-05-26 20:17:32 +0200 |
| Commit | 41536f915da793bbf42ab90f6b052dd17f6da92a (patch) |
|
-rw-r--r-- |
.config/i3/config | 2 | |
-rw-r--r-- |
.feeds.txt | 3 | |
-rwxr-xr-x |
.shenanigans.sh | 2 | |
-rw-r--r-- |
.xinitrc | 2 |
4 files changed, 6 insertions, 3 deletions
| diff --git a/.config/i3/config b/.config/i3/config | |||
| ... | |||
| 165 | client.urgent $secondary $secondary $light $light |
165 | client.urgent $secondary $secondary $light $light |
| 166 | 166 | ||
| 167 | # Workspaces with only floating windows |
167 | # Workspaces with only floating windows |
| 168 | for_window [workspace="^(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)$"] floating enable |
| ... | |||
| diff --git a/.feeds.txt b/.feeds.txt | |||
| ... | |||
| 22 | https://www.youtube.com/feeds/videos.xml?channel_id=UC6dKynwWVCYOcyllwU8aAaA |
22 | https://www.youtube.com/feeds/videos.xml?channel_id=UC6dKynwWVCYOcyllwU8aAaA |
| 23 | https://www.youtube.com/feeds/videos.xml?channel_id=UCB2ATFiszUNmw6z1x67GnYw |
23 | https://www.youtube.com/feeds/videos.xml?channel_id=UCB2ATFiszUNmw6z1x67GnYw |
| 24 | https://www.youtube.com/feeds/videos.xml?channel_id=UCg0V1MkdYkMlwZPU3IuKLMg |
24 | https://www.youtube.com/feeds/videos.xml?channel_id=UCg0V1MkdYkMlwZPU3IuKLMg |
| 25 | https://www.youtube.com/feeds/videos.xml?channel_id=UCh_YjONE-IHFC_3U_uuW8QQ |
||
| 26 | https://www.youtube.com/feeds/videos.xml?channel_id=UC65_CVnMw6hvPET_DRDg3GA |
||
| 27 | https://www.youtube.com/feeds/videos.xml?channel_id=UCODHrzPMGbNv67e84WDZhQQ |
||
| diff --git a/.shenanigans.sh b/.shenanigans.sh | |||
| ... | |||
| 27 | alias less='less -R' |
27 | alias less='less -R' |
| 28 | alias tmux='tmux -T 256 -u' |
28 | alias tmux='tmux -T 256 -u' |
| 29 | alias server='python3 -m http.server 6969' |
29 | alias server='python3 -m http.server 6969' |
| 30 | alias newsboat='newsboat -r -u ~/.feeds.txt' |
30 | alias newsboat='BROWSER=brave newsboat -r -u ~/.feeds.txt' |
| 31 | alias emptytrash='gio trash --empty' |
31 | alias emptytrash='gio trash --empty' |
| 32 | 32 | ||
| 33 | # Custom folder jump commands. |
33 | # Custom folder jump commands. |
| ... | |||
| diff --git a/.xinitrc b/.xinitrc | |||
| ... | |||
| 2 | 2 | ||
| 3 | export XCURSOR_SIZE=12 |
3 | export XCURSOR_SIZE=12 |
| 4 | 4 | ||
| 5 | xkbset bo 50 |
||
| 6 | xset r rate 400 30 |
5 | xset r rate 400 30 |
| 7 | xset dpms 0 0 1800 |
6 | xset dpms 0 0 1800 |
| 8 | 7 | ||
| ... | |||
| 10 | picom --vsync --backend glx -D 0 -c -o 0 & |
9 | picom --vsync --backend glx -D 0 -c -o 0 & |
| 11 | 10 | ||
| 12 | exec dbus-run-session i3 |
11 | exec dbus-run-session i3 |
| 12 | # exec dbus-run-session glitch |
||