commit 64b4a0238e9fbbd882a400ece5749f3b6e5ccfd9 (tree) parent 5e9f5901611f0035fe14ebe2aa3904c7599c9f5c Author: Motiejus <motiejus@uber.com> Date: Mon, 30 May 2022 14:58:33 +0300 remove tmuxbash; .Xresources Diffstat:
| M | X/.Xresources | | | 2 | +- |
| M | X/.xsessionrc | | | 4 | +++- |
| D | X/bin/tmuxbash | | | 4 | ---- |
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/X/.Xresources b/X/.Xresources @@ -1 +1 @@ -Xft.dpi: 144 +#Xft.dpi: 144 diff --git a/X/.xsessionrc b/X/.xsessionrc @@ -3,7 +3,9 @@ gpgconf --launch gpg-agent export PATH=$PATH:$HOME/bin -xrdb -merge ~/.Xresources +if [[ false ]]; then + xrdb -merge ~/.Xresources +fi nm-applet & blueman-applet & diff --git a/X/bin/tmuxbash b/X/bin/tmuxbash @@ -1,4 +0,0 @@ -#!/bin/sh - -tmux -bash