meta: add at least 24 commits into one

This commit is contained in:
Artur Manuel 2025-03-22 17:36:40 +00:00
commit 6420ebef60
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
25 changed files with 363 additions and 579 deletions

View file

@ -114,9 +114,9 @@ layout {
// Proportion sets the width as a fraction of the output width, taking gaps into account.
// For example, you can perfectly fit four windows sized "proportion 0.25" on an output.
// The default preset widths are 1/3, 1/2 and 2/3 of the output.
proportion 0.33333
proportion 0.5
proportion 0.66667
proportion 0.4
proportion 0.6
proportion 0.8
// Fixed sets the width in logical pixels exactly.
// fixed 1920
@ -126,7 +126,7 @@ layout {
// preset-window-heights { }
// You can change the default width of the new windows.
default-column-width { proportion 0.5; }
default-column-width { proportion 0.4; }
// If you leave the brackets empty, the windows themselves will decide their initial width.
// default-column-width {}
@ -144,7 +144,7 @@ layout {
// You can change how the focus ring looks.
focus-ring {
// Uncomment this line to disable the focus ring.
// off
off
// How many logical pixels the ring extends out from the windows.
width 2
@ -180,11 +180,11 @@ layout {
border {
// The settings are the same as for the focus ring.
// If you enable the border, you probably want to disable the focus ring.
off
// off
width 0
active-color "#ffc87f"
inactive-color "#505050"
width 1
active-color "#bd93f9"
inactive-color "#6272a4"
// active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view"
// inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
@ -293,7 +293,8 @@ binds {
Mod+Shift+Slash { show-hotkey-overlay; }
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+T { spawn "emacs"; }
Mod+E { spawn "emacs"; }
Mod+T { spawn "foot"; }
Mod+D { spawn "rofi" "-show" "drun"; }
// Super+Alt+L { spawn "swaylock"; }
@ -510,6 +511,6 @@ binds {
}
cursor {
xcursor-theme "Simp1e-Gruvbox-Dark"
xcursor-theme "Dracula-cursors"
xcursor-size 24
}