diff options
-rw-r--r-- | i3/.config/i3/config | 2 | ||||
-rwxr-xr-x | xprofile/.xprofile | 2 | ||||
-rw-r--r-- | xresources/.icons/default/index.theme | 5 | ||||
-rw-r--r-- | xresources/.xresources/main | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 341a9fc9..f88dc9e6 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). diff --git a/xprofile/.xprofile b/xprofile/.xprofile index 133c0c8c..7ea57551 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 diff --git a/xresources/.icons/default/index.theme b/xresources/.icons/default/index.theme new file mode 100644 index 00000000..6652f015 --- /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 3da2d224..0e1e802d 100644 --- a/xresources/.xresources/main +++ b/xresources/.xresources/main @@ -2,7 +2,7 @@ *.background: #ffffff -Xcursor.theme: Neutral +Xcursor.theme: Vanilla-DMZ Xcursor.size: 22 Emacs.ToolBar: off |