commit 594f553092031bf2a4941cd1eb8165cbe5867359
parent fbf2d22f90bffe074c1363be43c63f72eb62ccb3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 15 Dec 2018 16:21:36 +0100
Enable compton, small misc changes
Diffstat:
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/links/.compton.conf b/links/.compton.conf
@@ -61,7 +61,7 @@ no-dnd-shadow = true;
# Avoid drawing shadows on dock/panel windows.
no-dock-shadow = false;
# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
-clear-shadow = true;
+#clear-shadow = true;
# The blur radius for shadows. (default 12)
shadow-radius = 4;
# The left offset for shadows. (default -15)
@@ -174,7 +174,7 @@ vsync = "none";
# Reported to have no effect, though.
dbe = false;
# Painting on X Composite overlay window. Recommended.
-paint-on-overlay = true;
+#paint-on-overlay = true;
# Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
# This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
diff --git a/links/.config/i3/config b/links/.config/i3/config
@@ -15,7 +15,8 @@ gaps outer 0
# normal: default border, window title
# 1pixel: 1 pixel border, no window title
# none: no border, no window title
-new_window 1pixel
+#new_window 1pixel
+for_window [class="^.*"] border pixel 2
# color class border backgr. text indicator
client.focused #232323 #6a6a6a #fdf6e3 #268bd2
diff --git a/links/.xinitrc b/links/.xinitrc
@@ -27,7 +27,7 @@ $HOME/bin/wallpaper.sh
#unclutter -grab -noevents -root &
# Add shadows
-#compton &
+compton &
# Set display color profile
#[ -f ~/doc/colorprofile.icc ] && xcalib ~/doc/colorprofile.icc
diff --git a/links/bin/dmenuunicode b/links/bin/dmenuunicode
@@ -5,6 +5,7 @@
# Must have xclip installed to even show menu.
xclip -h >/dev/null || exit
+#chosen=$(grep -v "#" ~/.emoji | dmenu -i -l 20 -fn Monospace-16)
chosen=$(grep -v "#" ~/.emoji | dmenu -i -l 20 -fn PragmataPro-16)
[ "$chosen" != "" ] || exit