My personal dotfiles
0
fork

Configure Feed

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

feat: added default applications and keybinds

legoraft 818fc093 f133147e

+5
+3
hypr/.config/hypr/hyprland.conf
··· 8 8 9 9 # -- Programs -- 10 10 $terminal = kitty 11 + $browser = firefox 12 + $launcher = rofi 11 13 12 14 # -- Environment variables -- 13 15 env = XCURSOR_SIZE,24 14 16 env = HYPRCURSOR_SIZE,24 17 + env = MOZ_ENABLE_WAYLAND=1 15 18 16 19 # -- Layout -- 17 20 dwindle {
+2
hypr/.config/hypr/hyprland/keybinds.conf
··· 7 7 8 8 # Applications 9 9 bind = $mainMod, return, exec, $terminal 10 + bind = $mainMod, F, exec, $launcher 11 + bind = $mainMod, J, exec, $browser 10 12 11 13 # Switch workspaces with mod + [0-9] 12 14 bind = $mainMod, 1, workspace, 1