From 19120d4f9761c67d99ed1ce3da6084b83f5a49c9 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 30 Aug 2025 19:22:59 +0200 Subject: Linux-specific dotfiles --- .config/X11/.xprofile | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .config/X11/.xprofile (limited to '.config/X11/.xprofile') diff --git a/.config/X11/.xprofile b/.config/X11/.xprofile deleted file mode 100644 index bc2e5f8..0000000 --- a/.config/X11/.xprofile +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -# Xresources -[[ -f ~/.config/X11/.Xresources ]] && xrdb -merge ~/.config/X11/.Xresources - -#Xset -xset r rate 150 50 -#xset r rate 290 70 - -# Xbindkeys -xbindkeys -f "$XDG_CONFIG_HOME"/X11/xbindkeysrc - -# XKB -setxkbmap -print | xkbcomp -I"$HOME"/.config/xkb - "$DISPLAY" - -#export XAUTHORITY="$XDG_RUNTIME_DIR/.Xauthority" # This line will break some DMs. -export USERXSESSION="$XDG_CACHE_HOME/X11/xsession" -export USERXSESSIONRC="$XDG_CACHE_HOME/X11/xsessionrc" -export ALTUSERXSESSION="$XDG_CACHE_HOME/X11/Xsession" -export ERRFILE="$XDG_CACHE_HOME/X11/xsession-errors" - -if [[ "$(tty)" = "/dev/tty1" ]]; then - pgrep bspwm || startx "$XDG_CONFIG_HOME/X11/.xinitrc" -fi -- cgit v1.2.3