diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 3b53a5b..e5511d7 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -22,7 +22,7 @@ bspc config top_padding 28 bspc config bottom_padding 0 bspc config left_padding 0 bspc config right_padding 0 -bspc config single_monocle true +bspc config single_monocle false bspc config click_to_focus true bspc config split_ratio 0.50 bspc config borderless_monocle true diff --git a/.config/powershell/profile.ps1 b/.config/powershell/profile.ps1 new file mode 100644 index 0000000..a35cf7a --- /dev/null +++ b/.config/powershell/profile.ps1 @@ -0,0 +1,6 @@ +function Prompt +{ +" +$([char]27)[34;1m" + $env:COMPUTERNAME + "" + (Get-Location) + " +$([char]27)[32;1m$> $([char]27)[0m" +} diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 9851524..d2e6145 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -6,7 +6,7 @@ # ----- MOTDs pfetch echo "--------------------------------------" -rateUSD +rateUSD | sed 's/^/ /g' #python ~/Currency/USD2IDR/rate.py #PYTHON IS JUST TOO SLOW FOR TERMINAL #sh ~/.scripts/motd.sh