diff --git a/.config/i3/config b/.config/i3/config index e6a98520bc2f816b5ef84d723088155b3584b591..3a6b662a569639433213d3cfa1a71255f6c755c7 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -165,7 +165,7 @@ client.focused_inactive $dark $dark $light $light client.urgent $secondary $secondary $light $light # Workspaces with only floating windows -for_window [workspace="^(5|6)$"] floating enable +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 diff --git a/.feeds.txt b/.feeds.txt index a0204fbf4c1bd3882b49d3ed23f1a83d637c804f..1ad2208157f7f17ca2e75f880ac4be5d63c2d6e4 100644 --- a/.feeds.txt +++ b/.feeds.txt @@ -22,3 +22,6 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCAMu6Dso0ENoNm3sKpQsy0g https://www.youtube.com/feeds/videos.xml?channel_id=UC6dKynwWVCYOcyllwU8aAaA https://www.youtube.com/feeds/videos.xml?channel_id=UCB2ATFiszUNmw6z1x67GnYw https://www.youtube.com/feeds/videos.xml?channel_id=UCg0V1MkdYkMlwZPU3IuKLMg +https://www.youtube.com/feeds/videos.xml?channel_id=UCh_YjONE-IHFC_3U_uuW8QQ +https://www.youtube.com/feeds/videos.xml?channel_id=UC65_CVnMw6hvPET_DRDg3GA +https://www.youtube.com/feeds/videos.xml?channel_id=UCODHrzPMGbNv67e84WDZhQQ diff --git a/.shenanigans.sh b/.shenanigans.sh index 244d96299f77f59bb6476f40c0aabbcd34c144a8..1c5401a758c9b570aab3534f70062fc23219fd8f 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh @@ -27,7 +27,7 @@ alias gg='lazygit' alias less='less -R' alias tmux='tmux -T 256 -u' alias server='python3 -m http.server 6969' - alias newsboat='newsboat -r -u ~/.feeds.txt' + alias newsboat='BROWSER=brave newsboat -r -u ~/.feeds.txt' alias emptytrash='gio trash --empty' # Custom folder jump commands. diff --git a/.xinitrc b/.xinitrc index 985c30a45418788dc1945c2354a78d8856c53f1a..ec20c1c0a05499b10c01506de96afcdab5fea9dd 100644 --- a/.xinitrc +++ b/.xinitrc @@ -2,7 +2,6 @@ #!/bin/sh export XCURSOR_SIZE=12 -xkbset bo 50 xset r rate 400 30 xset dpms 0 0 1800 @@ -10,3 +9,4 @@ xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.3 picom --vsync --backend glx -D 0 -c -o 0 & exec dbus-run-session i3 +# exec dbus-run-session glitch