Autocommit for atlas generation 22 kernel version 6.17.7 at 10:29:58 2025-11-07
This commit is contained in:
parent
2eceeed4f0
commit
597b6fb3ef
9 changed files with 15 additions and 13 deletions
|
|
@ -8,10 +8,10 @@
|
|||
bind = $mainMod, A, exec, $SCRIPTS_DIR/hypr/nav/h-scroll.sh e-1
|
||||
bind = $mainMod, D, exec, $SCRIPTS_DIR/hypr/nav/h-scroll.sh e+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
|
||||
bind = $mainMod, S, exec, $SCRIPTS_DIR/hypr/nav/v-scroll.sh desktop
|
||||
bind = $mainMod $terMod, S, movetoworkspacesilent, special:desktop
|
||||
# bind = $mainMod, W, exec, $SCRIPTS_DIR/hypr/nav/v-scroll.sh workshop
|
||||
# bind = $mainMod $terMod, W, movetoworkspacesilent, special:workshop
|
||||
# bind = $mainMod, S, exec, $SCRIPTS_DIR/hypr/nav/v-scroll.sh desktop
|
||||
# bind = $mainMod $terMod, S, movetoworkspacesilent, special:desktop
|
||||
|
||||
bind = $mainMod, TAB, exec, $SCRIPTS_DIR/hypr/nav/open.sh empty
|
||||
bind = $mainMod $auxMod, TAB, exec, $SCRIPTS_DIR/hypr/nav/mt.sh empty
|
||||
|
|
|
|||
|
|
@ -3,10 +3,11 @@ exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|||
exec-once = hyprctl setcursor Hackneyed 24
|
||||
exec-once = udiskie
|
||||
exec-once = brightnessctl set 1
|
||||
exec-once = eww daemon --force-wayland -c $DOTFILES_DIR/hypr/eww
|
||||
# exec-once = eww daemon --force-wayland -c $DOTFILES_DIR/hypr/eww
|
||||
exec-once = swww-daemon && swww img $HOME/dotfiles/img/cityscape.gif --transition-step 255
|
||||
# exec-once = [ workspace special:desktop silent; keepaspectratio; float; move 20 628; size 932 550 ] kitty
|
||||
# exec-once = hyprctl dispatch togglespecialworkspace desktop
|
||||
# exec-once = [ workspace 2 silent] firefox
|
||||
exec-once = [ workspace 2 silent ] firefox
|
||||
exec-once = [ workspace 1 silent ] vesktop
|
||||
exec-once = oxt_daemon
|
||||
exec-once = oxt-fix
|
||||
|
|
|
|||
BIN
img/peter-gelderloos-veganism-why-not-loose.pdf
Normal file
BIN
img/peter-gelderloos-veganism-why-not-loose.pdf
Normal file
Binary file not shown.
BIN
img/peter-gelderloos-veganism-why-not.lt.pdf
Normal file
BIN
img/peter-gelderloos-veganism-why-not.lt.pdf
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -1,3 +1,2 @@
|
|||
0x555d3c786450
|
||||
0x555d3c8c2300
|
||||
0x555d3c816880
|
||||
0x560189848f80
|
||||
0x56018990a370
|
||||
|
|
|
|||
1
scripts/depend/hide-workspace-4
Normal file
1
scripts/depend/hide-workspace-4
Normal file
|
|
@ -0,0 +1 @@
|
|||
0x563048c4c4a0
|
||||
1
scripts/depend/hide-workspace-9
Normal file
1
scripts/depend/hide-workspace-9
Normal file
|
|
@ -0,0 +1 @@
|
|||
0x55690f20ecc0
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
#!/bin/sh
|
||||
inSpecial=$(hyprctl monitors -j | jq '.[] | .specialWorkspace | .name' | sed 's/"//g')
|
||||
|
||||
if [[ $inSpecial =~ op ]]; then
|
||||
hyprctl dispatch togglespecialworkspace $inSpecial
|
||||
fi
|
||||
# if [[ $inSpecial =~ op ]]; then
|
||||
# hyprctl dispatch togglespecialworkspace $inSpecial
|
||||
# fi
|
||||
|
||||
show-contents
|
||||
# show-contents
|
||||
hyprctl dispatch workspace $1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue