created desktop branch, many modifications had to be made to update the experience for my desktop. some things can and should be carried over to the laptop. There aren't many differences, but some better decisions were made overall. im just word vomitting

This commit is contained in:
Nicholai 2025-10-25 17:31:41 -06:00
parent 04333f03cd
commit 45b0299633

View File

@ -77,7 +77,7 @@ general {
gaps_out = 10 gaps_out = 10
border_size = 1 border_size = 1
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg #col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.active_border=rgba(cdd6f4ee) col.active_border=rgba(45475aee)
col.inactive_border = rgba(45475aee) col.inactive_border = rgba(45475aee)
layout = dwindle layout = dwindle
} }
@ -242,9 +242,9 @@ $mainMod = SUPER
# #
#Wallpaper Menu #Wallpaper Menu
bind = $mainMod, W, exec, ~/scripts/pywal/wallpapermenu.sh bind = $mainMod, W, exec, ~/scripts/pywal/wallpapermenu.sh
#Resort Wallpapers and sync to nextcloud #Resort Wallpapers and sync to nextcloud
bind = $mainMod SHIFT, W, exec, ~/scripts/wallpapersync.sh bind = $mainMod SHIFT, W, exec, ~/scripts/wallpapersync.sh
#----------------------------------------------------------------- #-----------------------------------------------------------------
# ____ _____ _____ # ____ _____ _____
@ -259,11 +259,11 @@ bind = $mainMod, Y, exec, nerd-dictation begin --input PW-CAT --pulse-device-nam
#Cliphistory #Cliphistory
bind = $mainMod SHIFT, H, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy bind = $mainMod SHIFT, H, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy
#Firefox #Firefox
bind = $mainMod, B, exec, firefox bind = $mainMod, B, exec, zen-browser
#open virtual machines #open virtual machines
bind = $mainMod, T, exec, virt-manager bind = $mainMod, T, exec, virt-manager
#NukeX #NukeX
bind = $mainMod, N, exec, ~/foundry-nuke/Nuke15.2v4/Nuke15.2 --nukex >/dev/null 2>&1 & bind = $mainMod, N, exec, ~/Nuke15.2v6/Nuke15.2 --nukex >/dev/null 2>&1 &
#Waybar Start #Waybar Start
# bind = $mainMod SHIFT, W, exec, waybar # bind = $mainMod SHIFT, W, exec, waybar
#Waybar Kill #Waybar Kill
@ -271,7 +271,7 @@ bind = $mainMod SHIFT, R, exec, killall -SIGUSR2 waybar
#Launch Minecraft #Launch Minecraft
bind = $mainMod SHIFT, G, exec, prime-run minecraft-launcher bind = $mainMod SHIFT, G, exec, prime-run minecraft-launcher
#Launch Discord #Launch Discord
bind = $mainMod SHIFT, V, exec, vesktop bind = $mainMod SHIFT, V, exec, Discord
#launch parsec #launch parsec
bind = $mainMod, P, exec, parsecd bind = $mainMod, P, exec, parsecd
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
@ -286,7 +286,14 @@ bind = $mainMod, SPACE, exec, wofi --color
# ~/.cache/wal/colors.css # Show the graphicall app launcher # ~/.cache/wal/colors.css # Show the graphicall app launcher
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, S, exec, grim -g "$(slurp)" - | swappy -f - # take a screenshot bind = $mainMod, S, exec, grim -g "$(slurp)" - | swappy -f - # take a screenshot
# Screenshot keybindings
bind = , Print, exec, grim - | wl-copy # Full screen to clipboard
bind = SHIFT, Print, exec, grim -g "$(slurp)" - | wl-copy # Selection to clipboard
bind = CTRL, Print, exec, grim ~/Pictures/screenshot_$(date +%Y%m%d_%H%M%S).png # Full screen to file
bind = CTRL SHIFT, Print, exec, grim -g "$(slurp)" ~/Pictures/screenshot_$(date +%Y%m%d_%H%M%S).png # Selection to file
# ROG G15 Strix (2021) Specific binds # ROG G15 Strix (2021) Specific binds
bind = ,156, exec, rog-control-center # ASUS Armory crate key bind = ,156, exec, rog-control-center # ASUS Armory crate key