This commit is contained in:
Tyler 2025-11-20 06:51:52 -05:00
parent 97f9050ea6
commit db734f6148
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
4 changed files with 27 additions and 9 deletions

View File

@ -1,10 +1,10 @@
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
htop_version=3.3.0
htop_version=3.4.1-3.4.1
config_reader_min_version=3
fields=0 48 17 47 46 18 38 39 40 2 49 1
hide_kernel_threads=1
hide_userland_threads=0
hide_userland_threads=1
hide_running_in_container=0
shadow_other_users=0
show_thread_names=0
@ -25,6 +25,9 @@ detailed_cpu_time=0
cpu_count_from_one=0
show_cpu_usage=1
show_cpu_frequency=1
show_cpu_temperature=0
degree_fahrenheit=0
show_cached_memory=1
update_process_names=0
account_guest_in_cpu_meter=0
color_scheme=0

View File

@ -24,7 +24,7 @@ switch-events {
// --------- LAYOUT / LOOK ---------
layout {
gaps 7
default-column-width { proportion 0.8; }
default-column-width { proportion 0.5; }
focus-ring {
width 4
}
@ -36,12 +36,16 @@ layout {
}
}
workspace "Browser"
workspace "School"
// --------- STARTUP DAEMONS ---------
spawn-at-startup "waybar" // bar
spawn-at-startup "mako" // notifications
spawn-at-startup "blueman-applet" // bluetooth tray
spawn-at-startup "nm-applet" // network tray
spawn-at-startup "swaybg" "-i" "/home/tyler/.desktop/wallpaper/main.jpg" "-m" "fill"
spawn-at-startup "swayidle" "-w" "timeout" "300" "bash -lc \"swaylock-effects --indicator --indicator-radius 120 --indicator-thickness 8 --effect-blur 7x5 --clock --fade-in 0.3 --grace 5 --image \\\"$HOME/.desktop/wallpaper/main.jpg\\\"\"" "timeout" "600" "systemctl suspend" "before-sleep" "bash -lc \"swaylock-effects --indicator --indicator-radius 120 --indicator-thickness 8 --effect-blur 7x5 --clock --fade-in 0.3 --grace 5 --image \\\"$HOME/.desktop/wallpaper/main.jpg\\\"\"";
// Screenshots path used by niris built-in screenshot actions.
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
@ -55,6 +59,10 @@ environment {
binds {
Mod+Shift+Return { spawn "kitty"; }
Mod+P { spawn "fuzzel"; }
// Mod+Alt+L { spawn "swaylock" "-f" "-c" "cccccc"; }
Mod+Alt+L { spawn "bash" "-lc" "swaylock-effects --indicator --indicator-radius 120 --indicator-thickness 8 --effect-blur 7x5 --clock --fade-in 0.3 --grace 5 --image \"$HOME/.desktop/wallpaper/main.jpg\""; }
// Move around in the same column
// Mod+J { focus-window-down; } // next client in column
@ -63,8 +71,8 @@ binds {
// Mod+H { focus-column-left; }
// Mod+L { focus-column-right; }
Mod+J { focus-window-down-or-column-right; } // next client in column
Mod+K { focus-window-up-or-column-left; } // prev client in column // :contentReference[oaicite:3]{index=3}
Mod+K { focus-window-down-or-column-right; } // next client in column
Mod+J { focus-window-up-or-column-left; } // prev client in column // :contentReference[oaicite:3]{index=3}
// Move aroudn side by side
// Mod+H { focus-column-left; }
// Mod+L { focus-column-right; }
@ -81,13 +89,14 @@ binds {
// Master-ish resizing
Mod+H { set-column-width "-10%"; }
Mod+L { set-column-width "+10%"; }
// Mod+I { set-window-height "+10%"; }
// Mod+D { set-window-height "-10%"; }
// “Zoom” feel (cycle preset column widths)
Mod+Return { switch-preset-column-width; } // builtin behavior in niri releases. :contentReference[oaicite:4]{index=4}
// Mod+Return { switch-preset-column-width; } // builtin behavior in niri releases. :contentReference[oaicite:4]{index=4}
// DWM: Mod+Tab view previous
Mod+Tab { focus-workspace-previous; } // workspace nav semantics here. :contentReference[oaicite:5]{index=5}
@ -98,7 +107,7 @@ binds {
// Layout-ish toggles
Mod+F { toggle-window-floating; } // float
Mod+M { fullscreen-window; } // monocle-like fullscreen
Mod+T { maximize-column; } // tile-ish column maximize
Mod+Return { maximize-column; } // tile-ish column maximize
Mod+0 { toggle-overview; } // overview feature in new niri. :contentReference[oaicite:7]{index=7}

View File

@ -206,6 +206,11 @@
color: @white;
}
#custom-docker {
background: @layout;
color: @black;
}
#clock.time {
background: @time;
color: @black;

View File

@ -12,7 +12,8 @@
required = true
clean = git-lfs clean -- %f
[commit]
gpgsign = true
gpgSign = true
gpgSign = true
[pull]
rebase = false
[credential]