From 48e257ec9b55f8e887843bf01739bed1689a947e Mon Sep 17 00:00:00 2001 From: Adam Cooper Date: Wed, 5 Oct 2022 00:28:29 -0400 Subject: [PATCH] Various tweaks - [X11] Increase the font sizes in xterm - [vim] Configure clipboard access - [xmonad] Switch to bottom's default-light theme --- arch/X11/.Xresources | 10 +++++----- arch/vim/.vimrc | 4 ++++ arch/xmonad/autostart.sh | 3 ++- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/arch/X11/.Xresources b/arch/X11/.Xresources index 62f0bf9..e411f45 100644 --- a/arch/X11/.Xresources +++ b/arch/X11/.Xresources @@ -27,15 +27,15 @@ Xcursor.size: 48 ! }}} ! VT Font Menu: Unreadable -*faceSize1: 6 +*faceSize1: 10 ! VT font menu: Tiny -*faceSize2: 8 +*faceSize2: 12 ! VT font menu: Medium -*faceSize3: 10 +*faceSize3: 14 ! VT font menu: Large -*faceSize4: 14 +*faceSize4: 18 ! VT font menu: Huge -*faceSize5: 20 +*faceSize5: 24 ! Theme *background: #f6f5f4 diff --git a/arch/vim/.vimrc b/arch/vim/.vimrc index dc29633..d303ed8 100644 --- a/arch/vim/.vimrc +++ b/arch/vim/.vimrc @@ -1,6 +1,10 @@ " Make backspace behave in a sane manner. set backspace=indent,eol,start +" Configure the clipboard to access the \"+ and \"* registers +" (not sure why I need this now and didn't before) +set clipboard=unnamedplus,unnamed + " Spaces indentation set expandtab set tabstop=2 diff --git a/arch/xmonad/autostart.sh b/arch/xmonad/autostart.sh index b37cbcb..78f8011 100755 --- a/arch/xmonad/autostart.sh +++ b/arch/xmonad/autostart.sh @@ -6,11 +6,12 @@ sleep 16 # /usr/sbin/qutebrowser --restore home & sleep 5 && sh -c "wmctrl -r qutebrowser -t 2" # /usr/sbin/qutebrowser & sleep 5 && sh -c "wmctrl -r qutebrowser -t 2" # /usr/sbin/firefox-developer-edition & sleep 5 && sh -c "wmctrl -r firefox -t 2" -/usr/sbin/xterm -fa 'Fantasque Sans Mono:size=6' -e btm --battery --color gruvbox-light --dot_marker & sleep 5 && sh -c "wmctrl -r btm -t 1" +/usr/sbin/xterm -fa 'Fantasque Sans Mono:size=12' -e btm --battery --color default-light --dot_marker & sleep 5 && sh -c "wmctrl -r btm -t 1" # /usr/sbin/xterm -e newsboat & sleep 5 && sh -c "wmctrl -r newsboat -t 4" # /usr/sbin/xterm -e joplin & sleep 5 && sh -c "wmctrl -r joplin -t 5" /usr/sbin/cbatticon & /usr/sbin/nextcloud & /usr/sbin/nm-applet --no-agent & +/usr/sbin/pasystray & # /usr/sbin/xterm -e neomutt & sleep 5 && sh -c "wmctrl -r neomutt -t 3" # /usr/sbin/xterm -e aerc & sleep 5 && sh -c "wmctrl -r aerc -t 3"