Compare commits

...

1 Commits

Author SHA1 Message Date
83676188b1 latest 2025-11-28 15:33:55 -07:00
3 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ bind = $mainMod, T, exec, ~/Software/3DE4_linux64_r5/bin/wrapper_startup_script_
bind = $mainMod SHIFT, B, exec, ~/Software/start-bridge.sh bind = $mainMod SHIFT, B, exec, ~/Software/start-bridge.sh
#NukeX #NukeX
bind = $mainMod, N, exec, ~/Nuke15.2v6/Nuke15.2 --nukex >/dev/null 2>&1 & bind = $mainMod, N, exec, ~/Nuke15.2v6/Nuke15.2 --nukex >/dev/null 2>&1 &
bind = $mainMod, H, exec, ~/Nuke15.2v6/Nuke15.2 --hiero >/dev/null 2>&1 & bind = $mainMod, H, exec, ~/Nuke15.2v6/Nuke15.2 --player >/dev/null 2>&1 &
#Waybar theme #Waybar theme
bind = $mainMod SHIFT, W, exec, ~/.config/waybar/scripts/switch-layout.sh bind = $mainMod SHIFT, W, exec, ~/.config/waybar/scripts/switch-layout.sh
#Waybar Kill #Waybar Kill

View File

@ -1,5 +1,5 @@
monitor=eDP-1,preferred,auto,1.5 monitor=eDP-1,preferred,auto,1.5
monitor=DP-3,3840x2160@60.00,0x0,1.25 monitor=DP-3,3840x2160@60.00,0x0,1.0
exec-once = swww init exec-once = swww init
exec-once = dunst exec-once = dunst

View File

@ -2,9 +2,9 @@ general {
gaps_in = 5 gaps_in = 5
gaps_out = 20 gaps_out = 20
border_size = 0 border_size = 2
col.active_border=rgba(45475aee) col.active_border=rgba(282828cc)
col.inactive_border = rgba(45475aee) col.inactive_border = rgba(282828cc)
layout = dwindle layout = dwindle
} }