about summary refs log tree commit diff
path: root/platforms
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-10-23 19:09:02 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-10-23 19:09:02 +0200
commite7b6d7f146d4d538617545cbe538695bf4685dd0 (patch)
tree3307e303762ddb17f5073b59c39fc90e989a4fc2 /platforms
parent4a196446614f5235079efb9fa5cccb2beeaccc9d (diff)
downloaddots-e7b6d7f146d4d538617545cbe538695bf4685dd0.tar.gz
dots-e7b6d7f146d4d538617545cbe538695bf4685dd0.zip
Update config
Diffstat (limited to 'platforms')
-rw-r--r--platforms/linux/configuration.nix2
-rw-r--r--platforms/linux/xorg/config.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/platforms/linux/configuration.nix b/platforms/linux/configuration.nix
index 0ae0f61..c74d03d 100644
--- a/platforms/linux/configuration.nix
+++ b/platforms/linux/configuration.nix
@@ -121,7 +121,7 @@
     # UI apps
     zathura ncmpcpp brave sxiv pulsemixer
     lynx lf nur.repos.pn.st arandr wpa_supplicant_gui
-    system-config-printer libreoffice teams
+    system-config-printer libreoffice
     vscodium abook
 
     # Audio/Video
diff --git a/platforms/linux/xorg/config.h b/platforms/linux/xorg/config.h
index a7a8226..dd7c1a2 100644
--- a/platforms/linux/xorg/config.h
+++ b/platforms/linux/xorg/config.h
@@ -18,7 +18,7 @@ static const unsigned int gappov    = 20;       /* vert outer gap between window
 static const int swallowfloating    = 0;        /* 1 means swallow floating windows by default */
 static const int smartgaps          = 0;        /* 1 means no outer gap when there is only one window */
 static const int showbar            = 1;        /* 0 means no bar */
-static const int topbar             = 0;        /* 0 means bottom bar */
+static const int topbar             = 1;        /* 0 means bottom bar */
 static const char *fonts[]          = { "monospace:size=10", "JoyPixels:pixelsize=10:antialias=true:autohint=true"  };
 static char dmenufont[]             = "monospace:size=10";
 static char normbgcolor[]           = "#222222";
@@ -164,7 +164,7 @@ static Key keys[] = {
 	{ MODKEY,			XK_bracketright,	spawn,		SHCMD("mpc seek +10") },
 	{ MODKEY|ShiftMask,		XK_bracketright,	spawn,		SHCMD("mpc seek +60") },
 	{ MODKEY,			XK_backslash,		spawn,		SHCMD("telegram-desktop") },
-	/* { MODKEY|ShiftMask,		XK_backslash,		spawn,		SHCMD("") }, */
+	{ MODKEY|ShiftMask,		XK_backslash,		spawn,		SHCMD("passmenu") },
 
 	{ MODKEY,			XK_a,		spawn,	SHCMD(TERMINAL " -e amfora") },
 	{ MODKEY|ShiftMask,		XK_a,		defaultgaps,	{0} },