diff --git a/scripts/menu/menu b/scripts/menu/menu index 7aa40dc..d422067 100755 --- a/scripts/menu/menu +++ b/scripts/menu/menu @@ -6,9 +6,9 @@ BRUN="-run" DRUN="_run" TRUN="-run" FRUN="" [ "$MODE" != "run" ] && BRUN="" DRUN="" TRUN="" FRUN="" # Configuration -menu="menu_bemenu" +menu="menu_dmenu" font="JetbrainsMono" -font_size="10.5" +font_size="10" col_white="#ebdbb2" # White col_nb="#1d2021" # Normal background col_nf="#606060" # Normal foreground diff --git a/shell/bashrc b/shell/bashrc index 02e7902..85c0762 100644 --- a/shell/bashrc +++ b/shell/bashrc @@ -91,8 +91,8 @@ complete -cf doas if [ "$(tty)" = "/dev/tty1" ] ; then sleep 0.5 amixer & - #exec startx - exec sway + exec startx + #exec sway fi command -v fetch >/dev/null 2>&1 && fetch min