Quick commit via qp.sh

This commit is contained in:
morganmayday 2026-02-13 08:31:15 -08:00
parent 7328ab9952
commit c28f273551
6 changed files with 14 additions and 7 deletions

View file

@ -5,8 +5,8 @@
# bind = $mainMod, down, movefocus, d
# Scroll active workspaces with mainMod + a/d
bind = $mainMod, A, exec, $DOTFILES_DIR/hypr/scripts/nav/h-scroll.sh e-1
bind = $mainMod, D, exec, $DOTFILES_DIR/hypr/scripts/nav/h-scroll.sh e+1
bind = $mainMod, A, exec, $DOTFILES_DIR/hypr/scripts/nav/h-scroll.sh m-1
bind = $mainMod, D, exec, $DOTFILES_DIR/hypr/scripts/nav/h-scroll.sh m+1
# and "scroll" up and down
# bind = $mainMod, W, exec, $SCRIPTS_DIR/hypr/nav/v-scroll.sh workshop
# bind = $mainMod $terMod, W, movetoworkspacesilent, special:workshop

View file

@ -13,6 +13,7 @@ bind = $mainMod, V, fullscreen,
bind = $mainMod, F, togglefloating,
bind = $mainMod, M, exec, $menu
bind = $mainMod, X, exec, $DOTFILES_DIR/hypr/scripts/notif/do-not-disturb.sh
bind = $mainMod $auxMod, BACKSPACE, exec, hyprctl dispatch dpms toggle eDP-1 && hyprctl dispatch workspace 100 & hyprctl dispatch moveworkspacetomonitor 100 eDP-1
bind = $mainMod $auxMod, X, exec, signal-desktop
bind = $mainMod $auxMod, D, exec, vesktop

View file

@ -1,5 +1,5 @@
monitor=eDP-1,1920x1200@60.00200,auto,1,mirror,DP-2 # Monitor for Atlas
monitor=DP-2,preferred,auto,1 #,mirror,eDP-1
monitor=eDP-1,1920x1200@60.00200,0x0,1 # Monitor for Atlas
monitor=DP-2,preferred,auto,1
animations {
enabled = false

View file

@ -1,5 +1,6 @@
#!/bin/sh
inSpecial=$(hyprctl monitors -j | jq '.[] | .specialWorkspace | .name' | sed 's/"//g')
# checkNum=$(hyprctl monitors -j | jq '.[] | .activeWorkspace' | sed 's/"//g')
# echo $checkNum
# if [[ $inSpecial =~ op ]]; then
# hyprctl dispatch togglespecialworkspace $inSpecial
@ -8,3 +9,4 @@ inSpecial=$(hyprctl monitors -j | jq '.[] | .specialWorkspace | .name' | sed 's/
# show-contents
hyprctl dispatch workspace $1

View file

@ -1 +1,3 @@
grim -g "$(slurp)" - | wl-copy && wl-paste > ~/screenshots/glurp--$(date +%F_%T).png
slurp=$(slurp)
echo $slurp
grim -g "$slurp" - | wl-copy && wl-paste > ~/screenshots/glurp-$(date +%F_%T).png

View file

@ -1 +1,3 @@
grim -g "$(slurp)" - | wl-copy && wl-paste > ~/screenshots/glurp-$(date +%F_%T).png
slurp=$(slurp)
echo $slurp
grim -g "$slurp" - | wl-copy && wl-paste > ~/screenshots/glurp-$(date +%F_%T).png