armory: update dotfiles to v0.2.0

This commit is contained in:
Trianta
2025-03-03 23:09:00 -06:00
parent 27f7b9735f
commit f16f17af32
7 changed files with 1219 additions and 14 deletions
+21 -14
View File
@@ -5,8 +5,8 @@ source = ~/.config/hypr/mocha.conf # Catppuccin colorscheme
#monitor=HDMI-A-4, disabled
monitor = HDMI-A-4, 3840x2160@60, 0x0, 1.6, bitdepth, 8
monitor = DP-1, 3440x1440@160, 2400x0, 1, vrr, 0, bitdepth, 8
monitor = HDMI-A-4, 3840x2160@60, 0x0, 1.6, bitdepth, 10, transform, 1
monitor = DP-1, 3440x1440@160, 1350x0, 1, vrr, 1, bitdepth, 10
# < End Section >
@@ -67,6 +67,9 @@ exec-once = firefox
#exec-once = bolt
exec-once = taskset -c 1-7 steam
# obsidian planner
exec-once = ~/sync/obsidian/Trinote/create-week.sh
# completion alert
exec-once = sleep 5 && pw-play --volume=2.0 ~/.alert/finished.mp3
@@ -101,8 +104,8 @@ workspace = 5, layoutopt:orientation:right
general {
gaps_in = 0
gaps_out = 4
border_size = 2
col.active_border = 0x000000
border_size = 0
col.active_border = 0x000000
col.inactive_border = 0x000000
layout = master
resize_on_border = false
@@ -110,9 +113,9 @@ general {
decoration {
rounding = 0
shadow {
enabled = false
}
shadow {
enabled = false
}
dim_special = 0.3
fullscreen_opacity = 1.0
@@ -165,7 +168,7 @@ misc {
vrr = 1
vfr = true
middle_click_paste = false
render_unfocused_fps = 15
render_unfocused_fps = 15
}
xwayland {
@@ -178,12 +181,12 @@ cursor {
inactive_timeout = 2
no_warps = false
default_monitor = DP-1
warp_on_change_workspace = false
warp_on_change_workspace = false
}
debug {
disable_logs = true
#overlay = false
#overlay
}
render {
@@ -193,9 +196,9 @@ render {
}
experimental {
wide_color_gamut = false
hdr = false
xx_color_management_v4 = true
wide_color_gamut = true
hdr = false
xx_color_management_v4 = true
}
# < End Section >
@@ -227,6 +230,7 @@ windowrulev2 = float, class:^(qt5ct)$
windowrulev2 = float, class:^(nwg-look)$
windowrulev2 = float, class:^(pavucontrol)$
windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$
windowrulev2 = float, class:.*
# main
windowrulev2 = workspace 1 silent, class:^(discord)$
@@ -245,7 +249,7 @@ windowrulev2 = workspace 4 silent, class:^(org.prismlauncher.PrismLauncher)$
windowrulev2 = workspace 4 silent, title:^(Minecraft.*)$
windowrulev2 = workspace 4 silent, class:^(steam_app_.*)$
windowrulev2 = workspace 4 silent, class:^(steam_proton)$
windowrulev2 = workspace 4 silent, class:^(hl2_linux)$
windowrulev2 = workspace 4 silent, class:^(cstrike_linux64)$
windowrulev2 = workspace 4 silent, class:^(dota2)$
windowrulev2 = workspace 4 silent, class:^(gamescope)$
windowrulev2 = workspace 6 silent, class:^(steam)$
@@ -269,6 +273,9 @@ windowrulev2 = fullscreen, class:^(aquamarine)$
# world of warcraft classic
windowrulev2 = opacity 1.00 override 1.00 override, class:^(wowclassic.exe)$
windowrulev2 = workspace 4 silent, class:^(wowclassic.exe)$
# world of warcraft
windowrulev2 = opacity 1.00 override 1.00 override, title:^(World of Warcraft)$
windowrulev2 = workspace 4 silent, title:^(World of Warcraft)$
# runelite
windowrulev2 = opacity 1.00 override 1.00 override, class:^(net-runelite-client-RuneLite)$
windowrulev2 = fullscreen, class:^(net-runelite-client-RuneLite)$