clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

update

Simon Spati 9dc31af1 a03529ab

+24 -16
+4
Makefile
··· 10 10 ./backup_dotfiles_mj.sh 11 11 echo "backup done.." 12 12 13 + arch: 14 + ./backup_dotfiles_arch.sh 15 + echo "backup done.." 16 + 13 17 help: ## Show all Makefile targets 14 18 @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
-9
_arch-linux/hypr/hyprland.conf
··· 28 28 env = GDK_SCALE,2 # Change to 1 if on a 1x display 29 29 30 30 31 - # Extra bindings 32 - bind = SUPER, A, exec, $webapp="https://chatgpt.com" 33 - bind = SUPER SHIFT, A, exec, $webapp="https://grok.com" 34 - bind = SUPER, C, exec, $webapp="https://app.hey.com/calendar/weeks/" 35 - bind = SUPER, E, exec, $webapp="https://app.hey.com" 36 - bind = SUPER, Y, exec, $webapp="https://youtube.com/" 37 - bind = SUPER SHIFT, G, exec, $webapp="https://web.whatsapp.com/" 38 - bind = SUPER, X, exec, $webapp="https://x.com/" 39 - bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post" 40 31 41 32 # Use multiple keyboard layouts and switch between them with Alt + Space 42 33 # input {
+20 -7
_arch-linux/hypr/omarchy/default/bindings.conf
··· 1 1 # Start default apps 2 2 bind = SUPER, return, exec, $terminal 3 - bind = SUPER, F, exec, $fileManager 3 + bind = SUPER, O, exec, $fileManager 4 4 bind = SUPER, B, exec, $browser 5 5 bind = SUPER, M, exec, $music 6 6 # bind = SUPER, N, exec, $terminal -e nvim 7 - bind = SUPER, T, exec, $terminal -e btop 7 + bind = SUPER, A, exec, $terminal -e btop 8 8 bind = SUPER, D, exec, $terminal -e lazydocker 9 9 bind = SUPER, G, exec, $messenger 10 10 # bind = SUPER, N, exec, obsidian -disable-gpu ··· 17 17 bind = SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/swaybg-next 18 18 bind = SUPER SHIFT CTRL, SPACE, exec, ~/.local/share/omarchy/bin/omarchy-theme-next 19 19 20 + # Extra bindings 21 + bind = SUPER SHIFT, W, exec, $webapp="https://claude.ai" 22 + bind = SUPER SHIFT, A, exec, $webapp="https://chatgpt.com" 23 + # bind = SUPER SHIFT, A, exec, $webapp="https://grok.com" 24 + bind = SUPER, C, exec, morgen 25 + # bind = SUPER, C, exec, $webapp="https://app.hey.com/calendar/weeks/" 26 + bind = SUPER, E, exec, $webapp="https://app.hey.com" 27 + bind = SUPER, Y, exec, $webapp="https://youtube.com/" 28 + bind = SUPER SHIFT, G, exec, $webapp="https://web.whatsapp.com/" 29 + bind = SUPER, X, exec, $webapp="https://x.com/" 30 + bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post" 31 + 20 32 bind = SUPER, W, killactive, 21 33 22 34 # End active session ··· 29 41 # Control tiling 30 42 bind = SUPER, I, togglesplit, # dwindle 31 43 bind = SUPER, P, pseudo, # dwindle 32 - bind = SUPER, V, togglefloating, 44 + bind = SUPER, T, togglefloating, 45 + bind = SUPER, F, fullscreen, 0 33 46 34 47 # Move focus with mainMod + arrow keys 35 48 bind = SUPER, H, movefocus, l ··· 68 81 bind = SUPER SHIFT, down, swapwindow, d 69 82 70 83 # Resize active window 71 - bind = SUPER, minus, resizeactive, -100 0 72 - bind = SUPER, equal, resizeactive, 100 0 73 - bind = SUPER SHIFT, minus, resizeactive, 0 -100 74 - bind = SUPER SHIFT, equal, resizeactive, 0 100 84 + bind = SUPER SHIFT, H, resizeactive, -100 0 85 + bind = SUPER SHIFT, L, resizeactive, 100 0 86 + bind = SUPER SHIFT, K, resizeactive, 0 -100 87 + bind = SUPER SHIFT, J, resizeactive, 0 100 75 88 76 89 # Scroll through existing workspaces with mainMod + scroll 77 90 bind = SUPER, mouse_down, workspace, e+1