small pixel drawing of a pufferfish dotfiles

backgrounds & colors
Jes Olson j3s@c3f.net
Sat, 04 Mar 2023 16:04:49 -0800
commit

aa86639fd69b6487fa7b85ca74f694796af4fbf2

parent

98f6f8e0be1c28e103a972e8c849438fc1a68f59

2 files changed, 40 insertions(+), 8 deletions(-)

jump to
M .config/foot/foot.ini.config/foot/foot.ini

@@ -1,4 +1,28 @@

-font=monospace:size=9 +font = monospace:size=9 [scrollback] -lines=4000 +lines = 50000 + +# everforest/dark/hard +[colors] +alpha=1.0 +background=2b3339 +foreground=d3c6aa + +regular0=4b565c # black +regular1=e67e80 # red +regular2=a7c080 # green +regular3=dbbc7f # yellow +regular4=7fbbb3 # blue +regular5=d699b6 # magenta +regular6=83c092 # cyan +regular7=d3c6aa # white + +bright0=4b565c # black +bright1=e67e80 # red +bright2=a7c080 # green +bright3=dbbc7f # yellow +bright4=7fbbb3 # blue +bright5=d699b6 # magenta +bright6=83c092 # cyan +bright7=d3c6aa # white
M .config/hypr/hyprland.conf.config/hypr/hyprland.conf

@@ -1,7 +1,10 @@

# https://wiki.hyprland.org/Configuring/Monitors # https://wiki.hyprland.org/Configuring/Keywords monitor = ,preferred,auto,auto -exec-once = hyprpaper & kanshi & hybrid-bar +exec-once = swaybg -i /home/j3s/Pictures/rose.jpg -m tile + +# my quake-style terminal +exec-once=[workspace special; size 75% 20%;move 12.5% 40] foot # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf

@@ -101,17 +104,22 @@

# See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER -# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more +# https://wiki.hyprland.org/Configuring/Binds +bind = $mainMod, -, togglespecialworkspace bind = $mainMod, Return, exec, foot bind = $mainMod SHIFT, Q, killactive, bind = $mainMod SHIFT, E, exit, -bind = $mainMod, F, togglefloating, +bind = $mainMod, F, fullscreen, +bind = $mainMod SHIFT, Space, togglefloating, bind = $mainMod, D, exec, wofi --show drun +# s = special workspace +# ??? = screenshot +# bind = $mainMod, S, exec, wofi --show drun # bind = $mainMod, P, pseudo, # dwindle -bind = $mainMod_SHIFT, J, togglesplit, # dwindle +# bind = $mainMod SHIFT, J, togglesplit, # dwindle -binde = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- +binde = , XF86AudioRaiseVolume, exec, vol up 5 +bindl = , XF86AudioLowerVolume, exec, vol down 5 # vim movement bind = $mainMod, H, movefocus, l