This commit is contained in:
kento2 2026-01-31 16:46:00 +01:00
parent 9f0f94846e
commit bbd568bfb9
5 changed files with 11 additions and 5 deletions

View file

@ -10,9 +10,12 @@ logfile="$HOME/.dkrc.log"
date > "$logfile"
# wallpaper
xsetroot -solid '#101020'
# load sxhkd for keybinds
pgrep sxhkd || sxhkd -c "$HOME/.config/dk/sxhkdrc" &
pgrep bar.sh || bar.sh &
pkill bar.sh; bar.sh &
# adjust border widths based on the DPI of the monitor
px=$(xrandr | grep ' connected' | tail -n1 | grep -o '[0-9]\+x[0-9]\+' | cut -d'x' -f2)
@ -40,8 +43,8 @@ fi
# default workspace '_' values used when allocating new workspaces
# can be applied to all existing workspaces when passed 'apply' after ws=_
dkcmd set ws=_ apply layout=tile master=1 stack=4 gap=5 msplit=0.55 ssplit=0.5
for w in $(seq 1 9); do dkcmd set ws=$w layout=tile master=1 stack=4 gap=5 msplit=0.55 ssplit=0.5; done
dkcmd set ws=_ apply layout=tile master=1 stack=4 gap=0 msplit=0.55 ssplit=0.5
for w in $(seq 1 9); do dkcmd set ws=$w layout=tile master=1 stack=4 gap=0 msplit=0.55 ssplit=0.5; done
# global settings
# ---------------------

View file

@ -10,6 +10,9 @@ super + shift + Return
super + s
screenshot
super + Tab
dkcmd ws view last
# dedicated volume keys
{XF86AudioRaiseVolume,XF86AudioLowerVolume}
pamixer {-i,-d} 2

Binary file not shown.

View file

@ -1,4 +1,4 @@
sct 4000 &
setxkbmap de &
xsetroot -solid '#3f3c6d' &
xsetroot -solid '#101020' &
exec dbus-run-session dk

View file

@ -2,7 +2,7 @@
fontname=Iosevka 12
selchars=-A-Za-z0-9,./?%&#:_
scrollback=1000
bgcolor=rgb(255,255,255)
bgcolor=rgb(246,245,244)
fgcolor=rgb(0,0,0)
palette_color_0=rgb(0,0,0)
palette_color_1=rgb(170,0,0)