Some light yakshaving

This commit is contained in:
2025-10-29 00:32:09 +00:00
parent b05741b961
commit c53d9647c1
6 changed files with 9 additions and 9 deletions

View File

@@ -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)

View File

@@ -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

View File

@@ -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

6
XServer/.xinitrc Normal file → Executable file
View File

@@ -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 :

View File

@@ -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;

View File

@@ -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