my dotz
2
fork

Configure Feed

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

backgrounds & colors

+40 -8
+26 -2
.config/foot/foot.ini
··· 1 - font=monospace:size=9 1 + font = monospace:size=9 2 2 3 3 [scrollback] 4 - lines=4000 4 + lines = 50000 5 + 6 + # everforest/dark/hard 7 + [colors] 8 + alpha=1.0 9 + background=2b3339 10 + foreground=d3c6aa 11 + 12 + regular0=4b565c # black 13 + regular1=e67e80 # red 14 + regular2=a7c080 # green 15 + regular3=dbbc7f # yellow 16 + regular4=7fbbb3 # blue 17 + regular5=d699b6 # magenta 18 + regular6=83c092 # cyan 19 + regular7=d3c6aa # white 20 + 21 + bright0=4b565c # black 22 + bright1=e67e80 # red 23 + bright2=a7c080 # green 24 + bright3=dbbc7f # yellow 25 + bright4=7fbbb3 # blue 26 + bright5=d699b6 # magenta 27 + bright6=83c092 # cyan 28 + bright7=d3c6aa # white
+14 -6
.config/hypr/hyprland.conf
··· 1 1 # https://wiki.hyprland.org/Configuring/Monitors 2 2 # https://wiki.hyprland.org/Configuring/Keywords 3 3 monitor = ,preferred,auto,auto 4 - exec-once = hyprpaper & kanshi & hybrid-bar 4 + exec-once = swaybg -i /home/j3s/Pictures/rose.jpg -m tile 5 + 6 + # my quake-style terminal 7 + exec-once=[workspace special; size 75% 20%;move 12.5% 40] foot 5 8 6 9 # Source a file (multi-file configs) 7 10 # source = ~/.config/hypr/myColors.conf ··· 101 104 # See https://wiki.hyprland.org/Configuring/Keywords/ for more 102 105 $mainMod = SUPER 103 106 104 - # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more 107 + # https://wiki.hyprland.org/Configuring/Binds 108 + bind = $mainMod, -, togglespecialworkspace 105 109 bind = $mainMod, Return, exec, foot 106 110 bind = $mainMod SHIFT, Q, killactive, 107 111 bind = $mainMod SHIFT, E, exit, 108 - bind = $mainMod, F, togglefloating, 112 + bind = $mainMod, F, fullscreen, 113 + bind = $mainMod SHIFT, Space, togglefloating, 109 114 bind = $mainMod, D, exec, wofi --show drun 115 + # s = special workspace 116 + # ??? = screenshot 117 + # bind = $mainMod, S, exec, wofi --show drun 110 118 # bind = $mainMod, P, pseudo, # dwindle 111 - bind = $mainMod_SHIFT, J, togglesplit, # dwindle 119 + # bind = $mainMod SHIFT, J, togglesplit, # dwindle 112 120 113 - binde = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ 114 - bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- 121 + binde = , XF86AudioRaiseVolume, exec, vol up 5 122 + bindl = , XF86AudioLowerVolume, exec, vol down 5 115 123 116 124 # vim movement 117 125 bind = $mainMod, H, movefocus, l