personal/dotfiles

add .dwmrc (d8ec927280fbf35d663b43fda1c10dbcdcfd0e79)
Repositories | README.md | LICENSE

commit d8ec927280fbf35d663b43fda1c10dbcdcfd0e79
parent 8b04fa5e819a4b13f1ca1022117346dd35db42f6
Author: Friedel Schön <[email protected]>
Date:   Fri, 14 Jun 2024 15:22:39 +0200

add .dwmrc

Diffstat:
A.dwmrc11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/.dwmrc b/.dwmrc @@ -0,0 +1,11 @@ +#!/bin/sh + +# set keyboard +setxkbmap -layout us -variant intl + +# set background +xsetroot -solid '#ebdbb2' + +# set security +xhost +si:localuser:$USER +