Merge pull request #7 from E-Almqvist/st

Not using ST. Yet...
pull/8/head
Elias Almqvist 4 years ago committed by GitHub
commit 71569afecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      src/config.h
  2. 2
      xsession/dwm-start

@ -13,10 +13,10 @@ static const char *altbarcmd = "$HOME/.config/polybar/launch"; /* Alterna
static const char *fonts[] = { "Source Code Pro:size=10" };
static const char dmenufont[] = "monospace:size=10";
static const char bg_color[] = "#35383b";
static const char bg_color_bar[] = "#151515";
static const char bg_color[] = "#111015";
static const char bg_color_bar[] = "#111015";
static const char inactive_bg_color[] = "#272727";
static const char text_color[] = "#f3f4f5";
static const char text_color[] = "#d8dee9";
static const char inactive_text_color[] = "#676E7D";
static const char urgent_bg_color[] = "#E53935";
static const char indicator_color[] = "#474747";
@ -82,11 +82,11 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn()
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char *roficmd[] = { "rofi", "-show", "drun", "-lines", "4", "-eh", "2", "-width", "100", "-padding", "800", "-opacity", "75", "-bw", "0", "-bc", bg_color, "-bg", bg_color, "-fg", text_color, "-hlbg", bg_color, "-hlfg", "#9575cd", "-font", "System Ubuntu Mono Display 18", "-theme", "onedark" };
static const char *termcmd[] = { "termite", NULL };
static const char *termcmd[] = { "urxvt", NULL };
static const char *betterlockscreencmd[] = { "betterlockscreen", "--lock", "blur" };
static const char *spectaclecmd[] = { "spectacle", "-r", NULL, "-c", NULL, "-b", NULL };
static const char *spectaclecmd[] = { "spectacle", "-r", "-c", "-b", NULL };
static const char *cmuspausecmd[] = { "cmus-remote", "--pause" };

@ -4,7 +4,7 @@
setxkbmap se &
# Display settings
xrandr --output DP-0 --off --output DP-1 --off --output DP-2 --primary --mode 2560x1080 --rate 143.98 --pos 0x0 --rotate normal --output DP-3 --off --output HDMI-0 --mode 1920x1080 --pos 2560x0 --rotate normal --output DP-4 --off --output DP-5 --off &
$HOME/.screenlayout/layout.sh &
# Compositor
$HOME/.config/picom/launch &

Loading…
Cancel
Save