diff --git a/files/.config/dk/dkrc b/files/.config/dk/dkrc index 0a4ce56..a0dafd3 100755 --- a/files/.config/dk/dkrc +++ b/files/.config/dk/dkrc @@ -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 # --------------------- diff --git a/files/.config/dk/sxhkdrc b/files/.config/dk/sxhkdrc index 9553800..97d7559 100644 --- a/files/.config/dk/sxhkdrc +++ b/files/.config/dk/sxhkdrc @@ -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 diff --git a/files/.dooble/dooble_settings.db b/files/.dooble/dooble_settings.db index 1c3fe4c..bf85300 100644 Binary files a/files/.dooble/dooble_settings.db and b/files/.dooble/dooble_settings.db differ diff --git a/files/.xinitrc b/files/.xinitrc index a3c4327..ce24f37 100644 --- a/files/.xinitrc +++ b/files/.xinitrc @@ -1,4 +1,4 @@ sct 4000 & setxkbmap de & -xsetroot -solid '#3f3c6d' & +xsetroot -solid '#101020' & exec dbus-run-session dk diff --git a/files/dots/files/.config/lxterminal/lxterminal.conf b/files/dots/files/.config/lxterminal/lxterminal.conf index e13fb2d..605734f 100644 --- a/files/dots/files/.config/lxterminal/lxterminal.conf +++ b/files/dots/files/.config/lxterminal/lxterminal.conf @@ -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)