diff --git a/hypr/monitors-berlin.conf b/hypr/monitors-berlin.conf index 6056800..e7b5134 100644 --- a/hypr/monitors-berlin.conf +++ b/hypr/monitors-berlin.conf @@ -2,5 +2,6 @@ monitor=,3440x1440@100,0x0,1 windowrule = float on, match:class ^(.*)$, match:title ^(cfi)$ windowrule = float on, match:class ^(.*)$, match:title ^(Tanks Reborn)$ windowrule = float on, match:class ^(.*)$, match:title ^(Rogue PT)$ +windowrule = float on, match:class ^(.*)$, match:title ^(Rockets in Space)$ exec-once = awww img /home/caio/wallpapers/shuttle.png diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 347ebed..6b6de96 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1,6 +1,11 @@ background_opacity 0.8 hide_window_decorations yes +map ctrl+q goto_tab 1 +map ctrl+w next_tab +map ctrl+e goto_tab 2 + +tab_bar_style hidden # BEGIN_KITTY_THEME # bl1nk diff --git a/zsh/.zshrc b/zsh/.zshrc index 5077a06..745a575 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -28,3 +28,4 @@ eval "$(starship init zsh)" [ -f /etc/profile.d/vulkan-sdk.sh ] && source /etc/profile.d/vulkan-sdk.sh export PATH="/home/caio/.pixi/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH