Update zsh and hypr and nvim version
This commit is contained in:
@@ -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*)
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
4
.config/hypr/games.py
Normal file → Executable file
4
.config/hypr/games.py
Normal file → Executable file
@@ -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":
|
||||
|
||||
Submodule .config/nvim updated: e448805566...fa32c992ca
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user