This commit is contained in:
Rachel Lambda Samuelsson 2024-10-16 19:34:52 +02:00
parent ded7406ee6
commit 223c156b21
2 changed files with 13 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ ... }: { extra, ... }:
{ {
home.file."bin/xinitrc" = { home.file."bin/xinitrc" = {
executable = true; executable = true;

View File

@ -2,14 +2,23 @@
{ {
home.file.".config/i3/config".text = '' home.file.".config/i3/config".text = ''
# i3 config file (v4) # i3 config file (v4)
gaps inner 10px
gaps outer 5px
default_border pixel 3
# class border backgr. text indicator child_border
client.focused #d79921 #d79921 #d79921 #d79921 #d79921
client.focused_inactive #d79921 #d79921 #d79921 #d79921 #d79921
client.unfocused #b57614 #b57614 #b57614 #b57614 #b57614
client.urgent #cc241d #cc241d #cc241d #cc241d #cc241d
# plasma stuff
exec --no-startup-id wmctrl -c Plasma exec --no-startup-id wmctrl -c Plasma
for_window [title="Desktop @*"] kill; floating enable; border none for_window [title="Desktop @*"] kill; floating enable; border none
exec --no-startup-id picom -b exec --no-startup-id picom -b
gaps inner 10px
gaps outer 5px
for_window [class="plasmashell"] floating enable for_window [class="plasmashell"] floating enable
for_window [class="Kmix"] floating enable; border none for_window [class="Kmix"] floating enable; border none
for_window [class="kruler"] floating enable; border none for_window [class="kruler"] floating enable; border none