My personal dotfiles
0
fork

Configure Feed

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

fix: moved programs to keybinds

legoraft 16782ea9 eb589483

+7 -7
-7
hypr/.config/hypr/hyprland.conf
··· 6 6 # -- Monitors -- 7 7 monitor=,preferred,auto,auto 8 8 9 - # -- Programs -- 10 - $terminal = kitty 11 - $browser = firefox 12 - $launcher = rofi 13 - $notes = obsidian 14 - $editor = zed 15 - 16 9 # -- Environment variables -- 17 10 env = XCURSOR_SIZE,24 18 11 env = HYPRCURSOR_SIZE,24
+7
hypr/.config/hypr/hyprland/keybinds.conf
··· 1 + # -- Programs -- 2 + $terminal = kitty 3 + $browser = firefox 4 + $launcher = rofi 5 + $notes = obsidian 6 + $editor = zed 7 + 1 8 # -- Keybinds -- 2 9 $mainMod = SUPER 3 10