my dotz
2
fork

Configure Feed

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

initial hyprland conf, himalaya, foot changes

+172 -7
+1 -1
.config/foot/foot.ini
··· 1 - font=monospace:size=11 1 + font=monospace:size=9 2 2 3 3 [scrollback] 4 4 lines=4000
+17
.config/himalaya/config.toml
··· 1 + [Personal] 2 + backend = "imap" 3 + email = "j3s@c3f.net" 4 + default = true 5 + display-name = "jes olson" 6 + sender = "smtp" 7 + smtp-host = "smtp.migadu.com" 8 + smtp-port = 465 9 + smtp-ssl = true 10 + smtp-login = "j3s@c3f.net" 11 + smtp-passwd-cmd = "pa show j3s@c3f.net" 12 + sync = false 13 + imap-host = "imap.migadu.com" 14 + imap-port = 993 15 + imap-ssl = true 16 + imap-login = "j3s@c3f.net" 17 + imap-passwd-cmd = "pa show j3s@c3f.net"
+154
.config/hypr/hyprland.conf
··· 1 + # https://wiki.hyprland.org/Configuring/Monitors 2 + # https://wiki.hyprland.org/Configuring/Keywords 3 + monitor = ,preferred,auto,auto 4 + exec-once = hyprpaper & kanshi & hybrid-bar 5 + 6 + # Source a file (multi-file configs) 7 + # source = ~/.config/hypr/myColors.conf 8 + 9 + # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ 10 + 11 + input { 12 + kb_layout = us 13 + kb_variant = 14 + kb_model = 15 + kb_options = ctrl:nocaps 16 + kb_rules = 17 + 18 + follow_mouse = 1 19 + 20 + touchpad { 21 + natural_scroll = no 22 + } 23 + 24 + sensitivity = 0 # -1.0 - 1.0, 0 means no modification. 25 + } 26 + 27 + general { 28 + # See https://wiki.hyprland.org/Configuring/Variables/ for more 29 + 30 + gaps_in = 5 31 + gaps_out = 20 32 + border_size = 2 33 + col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg 34 + col.inactive_border = rgba(595959aa) 35 + 36 + layout = dwindle 37 + } 38 + 39 + decoration { 40 + # See https://wiki.hyprland.org/Configuring/Variables/ for more 41 + 42 + rounding = 10 43 + blur = yes 44 + blur_size = 3 45 + blur_passes = 1 46 + blur_new_optimizations = on 47 + 48 + drop_shadow = yes 49 + shadow_range = 4 50 + shadow_render_power = 3 51 + col.shadow = rgba(1a1a1aee) 52 + } 53 + 54 + animations { 55 + enabled = yes 56 + 57 + # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more 58 + 59 + bezier = myBezier, 0.05, 0.9, 0.1, 1.05 60 + 61 + animation = windows, 1, 7, myBezier 62 + animation = windowsOut, 1, 7, default, popin 80% 63 + animation = border, 1, 10, default 64 + animation = borderangle, 1, 8, default 65 + animation = fade, 1, 7, default 66 + animation = workspaces, 1, 6, default 67 + } 68 + 69 + dwindle { 70 + # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more 71 + pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below 72 + preserve_split = yes # you probably want this 73 + } 74 + 75 + master { 76 + # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more 77 + new_is_master = true 78 + } 79 + 80 + gestures { 81 + # See https://wiki.hyprland.org/Configuring/Variables/ for more 82 + workspace_swipe = on 83 + workspace_swipe_invert = false 84 + workspace_swipe_distance = 3000 85 + workspace_swipe_min_speed_to_force = 5 86 + } 87 + 88 + # Example per-device config 89 + # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more 90 + # device:epic mouse V1 { 91 + # sensitivity = -0.5 92 + # } 93 + 94 + # Example windowrule v1 95 + # windowrule = float, ^(kitty)$ 96 + # Example windowrule v2 97 + # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ 98 + # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more 99 + 100 + 101 + # See https://wiki.hyprland.org/Configuring/Keywords/ for more 102 + $mainMod = SUPER 103 + 104 + # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more 105 + bind = $mainMod, Return, exec, foot 106 + bind = $mainMod SHIFT, Q, killactive, 107 + bind = $mainMod SHIFT, E, exit, 108 + bind = $mainMod, F, togglefloating, 109 + bind = $mainMod, D, exec, wofi --show drun 110 + # bind = $mainMod, P, pseudo, # dwindle 111 + bind = $mainMod_SHIFT, J, togglesplit, # dwindle 112 + 113 + binde = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ 114 + bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- 115 + 116 + # vim movement 117 + bind = $mainMod, H, movefocus, l 118 + bind = $mainMod, L, movefocus, r 119 + bind = $mainMod, K, movefocus, u 120 + bind = $mainMod, J, movefocus, d 121 + bind = $mainMod SHIFT, H, workspace, e-1 122 + bind = $mainMod SHIFT, L, workspace, e+1 123 + 124 + # Switch workspaces with mainMod + [0-9] 125 + bind = $mainMod, 1, workspace, 1 126 + bind = $mainMod, 2, workspace, 2 127 + bind = $mainMod, 3, workspace, 3 128 + bind = $mainMod, 4, workspace, 4 129 + bind = $mainMod, 5, workspace, 5 130 + bind = $mainMod, 6, workspace, 6 131 + bind = $mainMod, 7, workspace, 7 132 + bind = $mainMod, 8, workspace, 8 133 + bind = $mainMod, 9, workspace, 9 134 + bind = $mainMod, 0, workspace, 10 135 + 136 + # Move active window to a workspace with mainMod + SHIFT + [0-9] 137 + bind = $mainMod SHIFT, 1, movetoworkspace, 1 138 + bind = $mainMod SHIFT, 2, movetoworkspace, 2 139 + bind = $mainMod SHIFT, 3, movetoworkspace, 3 140 + bind = $mainMod SHIFT, 4, movetoworkspace, 4 141 + bind = $mainMod SHIFT, 5, movetoworkspace, 5 142 + bind = $mainMod SHIFT, 6, movetoworkspace, 6 143 + bind = $mainMod SHIFT, 7, movetoworkspace, 7 144 + bind = $mainMod SHIFT, 8, movetoworkspace, 8 145 + bind = $mainMod SHIFT, 9, movetoworkspace, 9 146 + bind = $mainMod SHIFT, 0, movetoworkspace, 10 147 + 148 + # Scroll through existing workspaces with mainMod + scroll 149 + bind = $mainMod, mouse_down, workspace, e+1 150 + bind = $mainMod, mouse_up, workspace, e-1 151 + 152 + # Move/resize windows with mainMod + LMB/RMB and dragging 153 + bindm = $mainMod, mouse:272, movewindow 154 + bindm = $mainMod, mouse:273, resizewindow
-6
.config/mako/config
··· 1 - width=200 2 - font=sans 10 3 - border-radius=3 4 - max-visible=2 5 - background-color=#d3d3d3 6 - text-color=#000000