From f2a8d3bfc315fc2cdc62db92f53a807083f98a54 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 10 Sep 2017 14:49:37 +0200 Subject: xresources: Set cursor theme to Vanilla-DMZ --- xresources/.icons/default/index.theme | 5 +++++ xresources/.xresources/main | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 xresources/.icons/default/index.theme diff --git a/xresources/.icons/default/index.theme b/xresources/.icons/default/index.theme new file mode 100644 index 0000000..6652f01 --- /dev/null +++ b/xresources/.icons/default/index.theme @@ -0,0 +1,5 @@ +# This file is written by LXAppearance. Do not edit. +[Icon Theme] +Name=Default +Comment=Default Cursor Theme +Inherits=Vanilla-DMZ diff --git a/xresources/.xresources/main b/xresources/.xresources/main index f89da07..54c3530 100644 --- a/xresources/.xresources/main +++ b/xresources/.xresources/main @@ -1,6 +1,6 @@ #include "base16-mexico-light-256" -Xcursor.theme: Neutral +Xcursor.theme: Vanilla-DMZ Xcursor.size: 22 Emacs.ToolBar: off -- cgit 1.4.1 From fbb86f6a16f9e804af80e2723bd7e85b2a2f1cb2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 10 Sep 2017 14:50:24 +0200 Subject: xprofile: Set cursor after setting theme (from xresources) --- xprofile/.xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xprofile/.xprofile b/xprofile/.xprofile index 6e20ba9..5bebd1a 100755 --- a/xprofile/.xprofile +++ b/xprofile/.xprofile @@ -1,8 +1,8 @@ #!/bin/sh -sh -c 'sleep 5 && xsetroot -cursor_name left_ptr' & xmodmap .xmodmaprc gpg-connect-agent /bye xrdb -I$HOME/.xresources .xresources/main +xsetroot -cursor_name left_ptr & nm-applet & if command -v autorandr then -- cgit 1.4.1 From 6925290c151f98a6934be466ec7b0b8fac626d43 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 10 Sep 2017 14:51:12 +0200 Subject: i3: Use default font --- i3/.config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 9676529..b9e2fe2 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -51,7 +51,7 @@ set $Locker i3lock-color # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:Liberation Mono, Font Awesome 9 +font pango:Monospace, Font Awesome 9 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). -- cgit 1.4.1