clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

super F and grouping

sspaeti 5f2e7642 b305fdaa

+18 -6
+8 -5
hypr/.config/hypr/bindings.conf
··· 42 42 43 43 # omarchy menu 44 44 bindd = SUPER CTRL ALT, SPACE, Run commands, exec, ~/.config/hypr/sspaeti/omarchy-menu 45 - bindd = SUPER ALT, SPACE, Run commands, exec, ~/.config/hypr/sspaeti/omarchy-menu-flat 45 + # bindd = SUPER ALT, SPACE, Run commands, exec, ~/.config/hypr/sspaeti/omarchy-menu-flat 46 46 # fix for using SUPER ESC on KBDFans Keyboard 47 47 bind = SUPER, grave, exec, ~/.config/hypr/sspaeti/omarchy-system-menu 48 48 ··· 62 62 bind = SUPER CTRL, SPACE, exec, ~/.config/hypr/sspaeti/emoji-fuzzy.sh 63 63 bind = SUPER SHIFT ALT, F, exec, ~/.config/hypr/sspaeti/fuzzy-file-content.sh 64 64 # bind = SUPER SHIFT, F, exec, ~/.config/hypr/sspaeti/fuzzy-file-names.sh 65 - bind = SHIFT SUPER, F, exec, uwsm app -- kitty --title="Screenshot Browser" -e /home/sspaeti/.config/hypr/sspaeti/image-browser/screenshot-browser-gum.sh 66 - 65 + unbind = SUPER, F 66 + bindd = SUPER, F, Force full screen, fullscreen, 0 67 + bindd = SUPER SHIFT, F, Full width, fullscreen, 1 68 + unbind = SUPER ALT, F 69 + bind = SUPER ALT, F, exec, uwsm app -- kitty --title="Screenshot Browser" -e /home/sspaeti/.config/hypr/sspaeti/image-browser/screenshot-browser-gum.sh 67 70 #notifications restore 68 71 bind = SUPER, bracketleft, exec, makoctl restore 69 72 bind = SUPER, bracketright, exec, makoctl dismiss ··· 82 85 bindd = SUPER CTRL, bracketleft, Screen record display, exec, omarchy-cmd-screenrecord output 83 86 bindd = SUPER CTRL SHIFT, bracketleft, Screen record display with audio, exec, omarchy-cmd-screenrecord output audio 84 87 85 - bind = SUPER, G, exec, pkill -SIGUSR1 waybar 86 - bind = SUPER SHIFT, G, exec, ~/.local/share/omarchy/bin/swaybg-next 88 + bind = SUPER SHIFT, G, exec, pkill -SIGUSR1 waybar 89 + # bind = SUPER SHIFT, G, exec, ~/.local/share/omarchy/bin/swaybg-next 87 90 bind = SUPER SHIFT ALT CTRL, G, exec, ~/.local/share/omarchy/bin/omarchy-theme-next 88 91 #toggle to my personal background images 89 92 bind = SUPER CTRL, G, exec, ~/.config/hypr/sspaeti/bg-mode-toggle.sh switch
+10 -1
hypr/.config/hypr/tiling.conf
··· 10 10 bind = SUPER, P, pseudo, # dwindle 11 11 bind = SUPER CTRL, T, pseudo, # dwindle 12 12 bind = SUPER SHIFT, T, togglefloating, 13 - bind = SUPER, F, fullscreen, 0 14 13 15 14 # Move focus with mainMod + arrow keys 16 15 unbind = SUPER, H ··· 80 79 bindm = SUPER, mouse:273, resizewindow 81 80 82 81 82 + # New Grouping feature 83 83 84 + # Toggle groups 85 + bindd = SUPER, G, Toggle window grouping, togglegroup 86 + bindd = SUPER ALT, G, Move active window out of group, moveoutofgroup 87 + 88 + # Join groups 89 + bindd = SUPER ALT, H, Move window to group on left, moveintogroup, l 90 + bindd = SUPER ALT, L, Move window to group on right, moveintogroup, r 91 + bindd = SUPER ALT, K, Move window to group on top, moveintogroup, u 92 + bindd = SUPER ALT, J, Move window to group on bottom, moveintogroup, d