diff --git a/.config/hypr/config/games.conf b/.config/hypr/config/games.conf index 33ede19..3575cc4 100644 --- a/.config/hypr/config/games.conf +++ b/.config/hypr/config/games.conf @@ -4,11 +4,11 @@ windowrule = fullscreen, title:(Stardew Valley), class:(Stardew Valley) windowrule = monitor DP-3, title:(Stardew Valley), class:(Stardew Valley) windowrule = allowsinput, title:(Stardew Valley), class:(Stardew Valley) -windowrule = tile, initialclass:(steam_app_.*) -windowrule = maximize, initialclass:(steam_app_.*) -windowrule = fullscreen, initialclass:(steam_app_.*) -windowrule = monitor DP-3, initialclass:(steam_app_.*) -windowrule = allowsinput, initialclass:(steam_app_.*) +windowrule = tile, initialClass:(steam_app_.*) +windowrule = maximize, initialClass:(steam_app_.*) +windowrule = fullscreen, initialClass:(steam_app_.*) +windowrule = monitor DP-3, initialClass:(steam_app_.*) +windowrule = allowsinput, initialClass:(steam_app_.*) windowrule = stayfocused, title:(ffxiv*), class:(ffxiv*) windowrule = fullscreen, title:(ffxiv*), class:(ffxiv*) diff --git a/.config/hypr/config/general.conf b/.config/hypr/config/general.conf index 5da4e83..f15b87c 100644 --- a/.config/hypr/config/general.conf +++ b/.config/hypr/config/general.conf @@ -1,15 +1,15 @@ -monitor=DP-4,2560x1440@240,1920x-360,1 +monitor=DP-4,2560x1440@240,auto,1 workspace=DP-3,1 # monitor=DP-2,1920x1080@240,0x0,1 # workspace=DP-2,6 -monitor=DP-3,1920x1200@60,0x0,1 +monitor=DP-3,1920x1200@60,auto-left,1,transform, 3 workspace=DP-4,6 general { gaps_in = 2 gaps_out = 10 - border_size = 1 + border_size = 1 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg @@ -21,7 +21,7 @@ general { # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false - layout = master + layout = dwindle } cursor { @@ -105,9 +105,3 @@ input { natural_scroll = false } } - -# https://wiki.hyprland.org/Configuring/Variables/#gestures -gestures { - workspace_swipe = false -} - diff --git a/.config/hypr/config/rules.conf b/.config/hypr/config/rules.conf index 382ee13..ab7254b 100644 --- a/.config/hypr/config/rules.conf +++ b/.config/hypr/config/rules.conf @@ -23,5 +23,5 @@ workspace=10,monitor:DP-3,persistent:true windowrule = stayfocused, class:(swappy) windowrule = allowsinput, class:(discord) windowrule = monitor DP-2, class:(discord) -windowrule = noinitialfocus, initialclass:(steam) -windowrule = monitor DP-2, initialclass:(steam) +windowrule = noinitialfocus, initialClass:(steam) +windowrule = monitor DP-2, initialClass:(steam) diff --git a/.config/hypr/games.py b/.config/hypr/games.py old mode 100644 new mode 100755 index b3b4876..11f55df --- a/.config/hypr/games.py +++ b/.config/hypr/games.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 + games = [ ("all", "Stardew Valley"), ("initialclass", "steam_app_.*", "tile", "max"), @@ -18,7 +20,7 @@ def main(): name = game[1] match game[0]: case "initialclass": - selector = f"initialclass:({name})" + selector = f"initialClass:({name})" case "title": selector = f"title:({name})" case "class": diff --git a/.config/nvim b/.config/nvim index e448805..fa32c99 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit e448805566fc7c4834a44184df58271a4c930fd6 +Subproject commit fa32c992ca649516065475b048be457d50531a5d diff --git a/.config/spotify/Users/pablu23-user/prefs b/.config/spotify/Users/pablu23-user/prefs index c981e1d..677c0bc 100644 --- a/.config/spotify/Users/pablu23-user/prefs +++ b/.config/spotify/Users/pablu23-user/prefs @@ -1,5 +1,5 @@ -connect.dial_devices="[{\"address\":\"192.168.2.158\",\"app_state\":\"MISSING\",\"created_timestamp\":1754139785,\"device_id\":\"ff98d289-21ff-14f9-b88a-a1e8ae8d4e6d\",\"dial_location_url\":\"http://192.168.2.158:56790/dd.xml\",\"display_name\":\"55PUS7609/12\",\"last_seen\":1754139844,\"manufacturer\":\"Philips\",\"model_name\":\"PUS7609\",\"product_cap\":\"\",\"public_ip\":\"2003:f0:7f1c:a600:271a:e7a3:aa7d:9873\",\"wol\":{\"all_interfaces\":false,\"delay_ms\":250,\"mac\":\"0ccafb8d3446\",\"port\":9,\"retries\":320}}]" -audio.play_bitrate_non_metered_migrated=true connect.mdns_devices="[]" +audio.play_bitrate_non_metered_migrated=true +connect.dial_devices="[{\"address\":\"192.168.2.158\",\"app_state\":\"MISSING\",\"created_timestamp\":1757418852,\"device_id\":\"ff98d289-21ff-14f9-b88a-a1e8ae8d4e6d\",\"dial_location_url\":\"http://192.168.2.158:56790/dd.xml\",\"display_name\":\"55PUS7609/12\",\"last_seen\":1757418972,\"manufacturer\":\"Philips\",\"model_name\":\"PUS7609\",\"product_cap\":\"\",\"public_ip\":\"2003:f0:7f0a:bb00:9fe2:aa0f:3a35:aac7\",\"wol\":{\"all_interfaces\":false,\"delay_ms\":250,\"mac\":\"0ccafb8d3446\",\"port\":9,\"retries\":320}}]" ui.track_notifications_enabled=false app.player.volume=36836 diff --git a/.zshrc b/.zshrc index 54c0a5b..ead8738 100644 --- a/.zshrc +++ b/.zshrc @@ -118,6 +118,7 @@ eval "$(zoxide init zsh)" alias hx="helix" alias cd="z" alias ls="eza --icons=always" +alias vim="nvim" path+=('/home/zam/Projects/Odin') path+=('/home/zam/android-studio/bin') @@ -125,3 +126,10 @@ path+=('/home/zam/webstorm/bin') path+=('/home/zam/go/bin') path+=('/home/zam/.cache/rebar3/bin') export path + +# bun completions +[ -s "/home/zam/.bun/_bun" ] && source "/home/zam/.bun/_bun" + +# bun +export BUN_INSTALL="$HOME/.bun" +export PATH="$BUN_INSTALL/bin:$PATH"