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:
parent
04333f03cd
commit
45b0299633
@ -77,7 +77,7 @@ general {
|
||||
gaps_out = 10
|
||||
border_size = 1
|
||||
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.active_border=rgba(cdd6f4ee)
|
||||
col.active_border=rgba(45475aee)
|
||||
col.inactive_border = rgba(45475aee)
|
||||
layout = dwindle
|
||||
}
|
||||
@ -242,9 +242,9 @@ $mainMod = SUPER
|
||||
#
|
||||
|
||||
#Wallpaper Menu
|
||||
bind = $mainMod, W, exec, ~/scripts/pywal/wallpapermenu.sh
|
||||
bind = $mainMod, W, exec, ~/scripts/pywal/wallpapermenu.sh
|
||||
#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
|
||||
bind = $mainMod SHIFT, H, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy
|
||||
#Firefox
|
||||
bind = $mainMod, B, exec, firefox
|
||||
bind = $mainMod, B, exec, zen-browser
|
||||
#open virtual machines
|
||||
bind = $mainMod, T, exec, virt-manager
|
||||
#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
|
||||
# bind = $mainMod SHIFT, W, exec, waybar
|
||||
#Waybar Kill
|
||||
@ -271,7 +271,7 @@ bind = $mainMod SHIFT, R, exec, killall -SIGUSR2 waybar
|
||||
#Launch Minecraft
|
||||
bind = $mainMod SHIFT, G, exec, prime-run minecraft-launcher
|
||||
#Launch Discord
|
||||
bind = $mainMod SHIFT, V, exec, vesktop
|
||||
bind = $mainMod SHIFT, V, exec, Discord
|
||||
#launch parsec
|
||||
bind = $mainMod, P, exec, parsecd
|
||||
# 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
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
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
|
||||
bind = ,156, exec, rog-control-center # ASUS Armory crate key
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user