From ba356f30ce091c258ab3ce04c2ef25feb659b068 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Mon, 24 Jul 2023 22:00:58 +0200 Subject: [PATCH] added tldr alias; fix pipewire --- .bashrc | 3 +-- .xinitrc | 14 +++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.bashrc b/.bashrc index daa1956..1645f3e 100644 --- a/.bashrc +++ b/.bashrc @@ -174,6 +174,7 @@ alias speedtest="speedtest-cli" alias "cd.."="cd .." alias df='df -h' # human-readable sizes alias free='free -m' # show sizes in MB +alias tldr='tldr -t base16' # colors ## gpg encryption # verify signature for isos @@ -243,5 +244,3 @@ export LANGUAGE=en_US.UTF-8 # exec startx # fi -bash /home/fr/bara.sh - diff --git a/.xinitrc b/.xinitrc index 59b65b8..836060c 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,10 +1,11 @@ #!/bin/bash # Make sure this is before the 'exec' command or it won't be sourced. -# [ -f /etc/xprofile ] && . /etc/xprofile -eval "$(dbus-launch --sh-syntax --exit-with-session)" +[ -f /etc/xprofile ] && . /etc/xprofile [ -f ~/.xprofile ] && . ~/.xprofile -#[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources +[ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources + +eval "$(dbus-launch --sh-syntax --exit-with-session)" feh --bg-center "$HOME/Pictures/bg.png" & @@ -13,10 +14,9 @@ xautolock -locker slock -secure -time 5 & #pipewire & dbus-run-session pipewire & pipewire-pulse & +wireplumber & + dwmblocks & -while true; do - dbus-launch --sh-syntax --exit-with-session dwm - #exec dwm -done +dbus-launch --sh-syntax --exit-with-session dwm