added .xprofile for pipewire on gentoo; updates
This commit is contained in:
parent
e88bca1023
commit
7a2d8666e7
1
.bashrc
1
.bashrc
@ -132,6 +132,7 @@ alias cal="cal -m"
|
||||
set -o vi # vim keybinding in terminal
|
||||
EDITOR=vim # prefered editor
|
||||
stty -ixon # reverse i search bash
|
||||
complete -cf doas # doas completion
|
||||
alias ls="ls --color=auto"
|
||||
alias ll="ls -lFh"
|
||||
alias la="ls -alh"
|
||||
|
@ -1,3 +1,3 @@
|
||||
set preview_images true
|
||||
set preview_images alacritty
|
||||
set preview_images_method ueberzug
|
||||
|
||||
|
8
.xinitrc
8
.xinitrc
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Make sure this is before the 'exec' command or it won't be sourced.
|
||||
# [ -f /etc/xprofile ] && . /etc/xprofile
|
||||
[ -f ~/.xprofile ] && . ~/.xprofile
|
||||
#[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
||||
|
||||
feh --bg-center "$HOME/Pictures/bg.png" &
|
||||
@ -8,13 +11,8 @@ feh --bg-center "$HOME/Pictures/bg.png" &
|
||||
|
||||
#pipewire &
|
||||
#pipewire-pulse &
|
||||
#gentoo-pipewire-launcher &
|
||||
dwmblocks &
|
||||
|
||||
#while true; do
|
||||
# $HOME/.scripts/batterycheck
|
||||
# sleep 30
|
||||
#done &
|
||||
|
||||
while true; do
|
||||
exec dbus-launch --sh-syntax --exit-with-session dwm
|
||||
|
Loading…
Reference in New Issue
Block a user