Compare commits

..

No commits in common. "6b1c8dec5844af2fc87eb25c9e6ac953633a7499" and "3a3674670ba6730d5739b1cc8c0427e250014164" have entirely different histories.

2 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,9 @@ $mainMod = SUPER
# These key-binds are non-specific, laptop config has a separate file that includes
# extra config for it specifically
bind = $mainMod, Q, killactive
# bind = $mainMod SHIFT, Q, exit
bind = $mainMod, Return, exec, kitty
# bind = $mainMod, E, exec, thunar
bind = $mainMod SHIFT, E, exec, thunar
bind = $mainMod, E, exec, kitty --hold fish -c "y"
bind = $mainMod, V, togglefloating,
@ -155,6 +157,8 @@ bind = $mainMod, mouse_up, workspace, e-1
# │ ALT + Tab / SHIFT + ALT + Tab │
# └ ┘
bind = ALT SHIFT, tab, cyclenext, prev
# bind = ALT, tab, cyclenext, next
# bind = ALT CTRL, tab, focusurgentorlast
bind = ALT, tab, focusurgentorlast

2
setup
View File

@ -39,7 +39,7 @@ platform=$(echo "$platform" | tr '[:upper:]' '[:lower:]')
# Get user preference for regenerating the styling
regen=""
read -p "Would you like to regenerate styling? (y/N) " regen
if [[ "$regen" == "y" ]]; then
if [ $regen == "y" ]; then
cd build
node build.js
if [ $? -ne 0 ]; then