Merged
This commit is contained in:
parent
97f9050ea6
commit
db734f6148
@ -1,10 +1,10 @@
|
|||||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||||
# The parser is also very primitive, and not human-friendly.
|
# 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
|
config_reader_min_version=3
|
||||||
fields=0 48 17 47 46 18 38 39 40 2 49 1
|
fields=0 48 17 47 46 18 38 39 40 2 49 1
|
||||||
hide_kernel_threads=1
|
hide_kernel_threads=1
|
||||||
hide_userland_threads=0
|
hide_userland_threads=1
|
||||||
hide_running_in_container=0
|
hide_running_in_container=0
|
||||||
shadow_other_users=0
|
shadow_other_users=0
|
||||||
show_thread_names=0
|
show_thread_names=0
|
||||||
@ -25,6 +25,9 @@ detailed_cpu_time=0
|
|||||||
cpu_count_from_one=0
|
cpu_count_from_one=0
|
||||||
show_cpu_usage=1
|
show_cpu_usage=1
|
||||||
show_cpu_frequency=1
|
show_cpu_frequency=1
|
||||||
|
show_cpu_temperature=0
|
||||||
|
degree_fahrenheit=0
|
||||||
|
show_cached_memory=1
|
||||||
update_process_names=0
|
update_process_names=0
|
||||||
account_guest_in_cpu_meter=0
|
account_guest_in_cpu_meter=0
|
||||||
color_scheme=0
|
color_scheme=0
|
||||||
|
|||||||
@ -24,7 +24,7 @@ switch-events {
|
|||||||
// --------- LAYOUT / LOOK ---------
|
// --------- LAYOUT / LOOK ---------
|
||||||
layout {
|
layout {
|
||||||
gaps 7
|
gaps 7
|
||||||
default-column-width { proportion 0.8; }
|
default-column-width { proportion 0.5; }
|
||||||
focus-ring {
|
focus-ring {
|
||||||
width 4
|
width 4
|
||||||
}
|
}
|
||||||
@ -36,12 +36,16 @@ layout {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
workspace "Browser"
|
||||||
|
workspace "School"
|
||||||
|
|
||||||
// --------- STARTUP DAEMONS ---------
|
// --------- STARTUP DAEMONS ---------
|
||||||
spawn-at-startup "waybar" // bar
|
spawn-at-startup "waybar" // bar
|
||||||
spawn-at-startup "mako" // notifications
|
spawn-at-startup "mako" // notifications
|
||||||
spawn-at-startup "blueman-applet" // bluetooth tray
|
spawn-at-startup "blueman-applet" // bluetooth tray
|
||||||
spawn-at-startup "nm-applet" // network 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 niri’s built-in screenshot actions.
|
// Screenshots path used by niri’s built-in screenshot actions.
|
||||||
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
|
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
|
||||||
@ -55,6 +59,10 @@ environment {
|
|||||||
binds {
|
binds {
|
||||||
Mod+Shift+Return { spawn "kitty"; }
|
Mod+Shift+Return { spawn "kitty"; }
|
||||||
Mod+P { spawn "fuzzel"; }
|
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
|
// Move around in the same column
|
||||||
// Mod+J { focus-window-down; } // next client in column
|
// Mod+J { focus-window-down; } // next client in column
|
||||||
@ -63,8 +71,8 @@ binds {
|
|||||||
// Mod+H { focus-column-left; }
|
// Mod+H { focus-column-left; }
|
||||||
// Mod+L { focus-column-right; }
|
// Mod+L { focus-column-right; }
|
||||||
|
|
||||||
Mod+J { focus-window-down-or-column-right; } // next client in column
|
Mod+K { 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+J { focus-window-up-or-column-left; } // prev client in column // :contentReference[oaicite:3]{index=3}
|
||||||
// Move aroudn side by side
|
// Move aroudn side by side
|
||||||
// Mod+H { focus-column-left; }
|
// Mod+H { focus-column-left; }
|
||||||
// Mod+L { focus-column-right; }
|
// Mod+L { focus-column-right; }
|
||||||
@ -81,13 +89,14 @@ binds {
|
|||||||
|
|
||||||
// Master-ish resizing
|
// Master-ish resizing
|
||||||
Mod+H { set-column-width "-10%"; }
|
Mod+H { set-column-width "-10%"; }
|
||||||
|
|
||||||
Mod+L { set-column-width "+10%"; }
|
Mod+L { set-column-width "+10%"; }
|
||||||
|
|
||||||
// Mod+I { set-window-height "+10%"; }
|
// Mod+I { set-window-height "+10%"; }
|
||||||
// Mod+D { set-window-height "-10%"; }
|
// Mod+D { set-window-height "-10%"; }
|
||||||
|
|
||||||
// “Zoom” feel (cycle preset column widths)
|
// “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
|
// DWM: Mod+Tab view previous
|
||||||
Mod+Tab { focus-workspace-previous; } // workspace nav semantics here. :contentReference[oaicite:5]{index=5}
|
Mod+Tab { focus-workspace-previous; } // workspace nav semantics here. :contentReference[oaicite:5]{index=5}
|
||||||
@ -98,7 +107,7 @@ binds {
|
|||||||
// Layout-ish toggles
|
// Layout-ish toggles
|
||||||
Mod+F { toggle-window-floating; } // float
|
Mod+F { toggle-window-floating; } // float
|
||||||
Mod+M { fullscreen-window; } // monocle-like fullscreen
|
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}
|
Mod+0 { toggle-overview; } // overview feature in new niri. :contentReference[oaicite:7]{index=7}
|
||||||
|
|
||||||
|
|||||||
@ -206,6 +206,11 @@
|
|||||||
color: @white;
|
color: @white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-docker {
|
||||||
|
background: @layout;
|
||||||
|
color: @black;
|
||||||
|
}
|
||||||
|
|
||||||
#clock.time {
|
#clock.time {
|
||||||
background: @time;
|
background: @time;
|
||||||
color: @black;
|
color: @black;
|
||||||
|
|||||||
@ -12,7 +12,8 @@
|
|||||||
required = true
|
required = true
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgSign = true
|
||||||
|
gpgSign = true
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
[credential]
|
[credential]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user