stashing changes before switching to lua

This commit is contained in:
venus
2026-05-22 05:44:09 -05:00
parent 7cf692a575
commit 492f4723bf
6 changed files with 25 additions and 27 deletions

View File

@@ -100,7 +100,7 @@ bind = $mainMod, E, togglespecialworkspace, email
bind = $mainMod, G, exec, steam -forcedesktopscaling 0.5
bind = $mainMod, G, togglespecialworkspace, gaming
bind = $mainMod, N, togglespecialworkspace, obsidian
bind = $mainMod, N, togglespecialworkspace, notes
bind = $mainMod, X, togglespecialworkspace, phantom
bind = $mainMod, X, togglespecialworkspace, phantom
@@ -137,6 +137,7 @@ bind = $mainMod, SPACE, exec, playerctl play-pause
bind = ALT_L, C, exec, $ipc plugin:clipper openPanel
bind = ,code:148, exec, kitty --class calc-term -o "confirm_os_window_close 0" /home/venus/.cargo/bin/mathypad
bind = SUPER, escape, exec, kitty --class btop -o "confirm_os_window_close 0" /usr/bin/btop
bind = SUPER SHIFT, escape, exec, kitty --class btop -o "confirm_os_window_close 0" /usr/bin/nvtop
bind = $mainMod, I, exec, /home/venus/.config/scripts/connectPhone.sh
bind = $mainMod, I, exec, scrcpy --no-audio --no-video --keyboard=uhid --mouse=uhid
bind = $mainMod SHIFT, I, exec, /home/venus/.config/scripts/connectPhone.sh
@@ -164,9 +165,9 @@ gesture = 3, down, special, magic
# 12. quick access to controls submap
bind = $mainMod, comma, exec, $ipc controlCenter toggle
bind = $mainMod, period, exec, $ipc settings toggle
bind = , PRINT, exec, hyprshot -m active -m window --output-folder ~/screenshot
bind = SHIFT, PRINT, exec, hyprshot -m region --output-folder ~/screenshots
bind = ALT, PRINT, exec, hyprshot -m active -m output --output-folder ~/screenshots
bind = , PRINT, exec, hyprshot -m active -m window --output-folder ~/Images/Screenshots
bind = SHIFT, PRINT, exec, hyprshot -m region --output-folder ~/Images/Screenshots
bind = ALT, PRINT, exec, hyprshot -m active -m output --output-folder ~/Images/Screenshots
bind = $mainMod, M, exec, $ipc controlCenter toggle #& hyprctl dispatch submap quick-settings
bind = $mainMod, M, submap, quick-settings
@@ -229,6 +230,8 @@ submap = bt-sub
bind = , E, $call enable
bind = , H, exec, sh -c "bluetoothctl connect 88:92:CC:53:88:7E" && notify-send "connected to headphones"
bind = , J, exec, sh -c "bluetoothctl disconnect 88:92:CC:53:88:7E" && notify-send "disconnected from headphones"
bind = , P, exec, sh -c "bluetoothctl connect 64:9D:38:E0:4D:02" && notify-send "Connected to phone"
bind = , M, exec, sh -c "bluetoothctl disconnect 64:9D:38:E0:4D:02" && notify-send "Disconnected from phone"
# bind = CTRL, H, exec, bluetoothctl connect 88:92:CC:53:88:7E
# bind = , escape, submap, reset
bind = , catchall, exec, hyprctl dispatch submap reset && qs -c noctalia-shell ipc call bluetooth togglePanel

View File

@@ -107,10 +107,10 @@ animations {
# }
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this
}
# dwindle {
# pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
# preserve_split = true # You probably want this
# }
# See https://wiki.hypr.land/Configuring/Master-Layout/ for more
master {