From c53d9647c1a642057014d8efd7d7b88a8c1b1f47 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 29 Oct 2025 00:32:09 +0000 Subject: Some light yakshaving --- Emacs/.config/emacs/early-init.el | 2 +- README.org | 2 +- SystemD/.config/systemd/user/emacs.service | 4 ++-- XServer/.xinitrc | 6 +++--- XServer/.xprofile | 2 +- picom/.config/picom/picom.conf | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) mode change 100644 => 100755 XServer/.xinitrc diff --git a/Emacs/.config/emacs/early-init.el b/Emacs/.config/emacs/early-init.el index ceea044..89d4739 100644 --- a/Emacs/.config/emacs/early-init.el +++ b/Emacs/.config/emacs/early-init.el @@ -56,7 +56,7 @@ (vertical-scroll-bars . nil) (left-fringe . 0) (right-fringe . 0) - (alpha . (80 70))) + (alpha . (90 80))) menu-bar-mode nil tool-bar-mode nil scroll-bar-mode nil) diff --git a/README.org b/README.org index 227e874..20dead9 100644 --- a/README.org +++ b/README.org @@ -2,7 +2,7 @@ #+author: Aryadev Chavali #+description: README for Dotfiles -General configuration for my system, that system being composed of two +General configuration for my system, said system being composed of two things: - Emacs - The bootstrap for Emacs diff --git a/SystemD/.config/systemd/user/emacs.service b/SystemD/.config/systemd/user/emacs.service index b0e76f8..d7a260c 100644 --- a/SystemD/.config/systemd/user/emacs.service +++ b/SystemD/.config/systemd/user/emacs.service @@ -3,8 +3,8 @@ Description=Emacs [Service] Type=forking -ExecStart=/usr/bin/emacs --bg-daemon -ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)" +ExecStart=/usr/local/bin/emacs --daemon +ExecStop=/usr/local/bin/emacsclient --eval "(kill-emacs)" Restart=on-failure TimeoutStartSec=0 diff --git a/XServer/.xinitrc b/XServer/.xinitrc old mode 100644 new mode 100755 index b1a9431..6a47261 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -7,14 +7,14 @@ screentimer on; xrandr --output HDMI1 --auto --mode 1920x1080 --left-of eDP1; xrandr --output eDP1 --auto --mode 1920x1080; -xrandr --output HDMI-1 --auto --mode 1920x1080 --left-of HDMI-1-0; -xrandr --output HDMI-1-0 --auto --mode 1920x1080 --right-of HDMI-1; +xrandr --output HDMI-0 --auto --mode 1920x1080 --right-of HDMI-1-1; +xrandr --output HDMI-1-1 --auto --mode 1920x1080 --left-of HDMI-0; sxhkd & dunst & $(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & dwmblocks & -$HOME/.local/scripts/compositor & +# $HOME/.local/scripts/compositor & $HOME/.local/scripts/background & while : diff --git a/XServer/.xprofile b/XServer/.xprofile index f487099..cb7ae98 100644 --- a/XServer/.xprofile +++ b/XServer/.xprofile @@ -1,4 +1,4 @@ #!/usr/bin/env sh setxkbmap gb -option shift:both_capslock -option caps:escape; -xmodmap ~/.Xmodmap; +# xmodmap ~/.Xmodmap; [ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources; diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 1741e69..8fffa7c 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -64,7 +64,7 @@ fade-out-step = 0.03; # fade-delta = 10 # Do not fade on window open/close. -# no-fading-openclose = false +no-fading-openclose = true # Do not fade destroyed ARGB windows with WM frame. Workaround of bugs in Openbox, Fluxbox, etc. # no-fading-destroyed-argb = false -- cgit v1.2.3-13-gbd6f