My personal dotfiles
0
fork

Configure Feed

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

chore: moved autostart to separate file

+4 -5
-4
hypr/.config/hypr/hyprland.conf
··· 1 1 # -- Monitors -- 2 - # See https://wiki.hyprland.org/Configuring/Monitors/ 3 2 monitor=,preferred,auto,auto 4 3 5 4 # -- Programs -- 6 5 $terminal = kitty 7 - 8 - # -- Autostart -- 9 - # exec-once = waybar & hyprpaper & firefox 10 6 11 7 # -- Environment variables -- 12 8 env = XCURSOR_SIZE,24
+3
hypr/.config/hypr/hyprland/autostart.conf
··· 1 + # -- Autostart -- 2 + # exec-once = waybar & hyprpaper & firefox 3 + #
+1 -1
hypr/.config/hypr/hyprland/keybinds.conf
··· 38 38 bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle 39 39 bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle 40 40 bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 5%+ 41 - bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%- 41 + bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%-