diff --git a/bashrc b/bashrc index f1d5403..0da0f00 100644 --- a/bashrc +++ b/bashrc @@ -94,7 +94,6 @@ alias whence='type -P' alias less='command less -R' alias cower='command cower -c' alias pacman='command pacman --color=auto' -alias rscreen='command screen -Dr' alias rgrep='command grep --exclude-dir=\.git -R' alias hist='fc -l 1' alias beep='printf "\007"' @@ -152,6 +151,10 @@ alias gsi='command tig status' # tmux alias tmux='command tmux -2' alias atmux='command tmux -2 attach' + +# screen +alias rscreen='command screen -Dr' +alias scr='command screen sudo -Es' # }}} # {{{ plugins if [[ -n ${comp_enabled} && -r ${completion_path} ]]; then diff --git a/dunstrc b/dunstrc index ee43756..4c28326 100644 --- a/dunstrc +++ b/dunstrc @@ -104,7 +104,7 @@ history_length = 20 # Display indicators for URLs (U) and actions (A). - show_indicators = yes + show_indicators = no # The height of a single line. If the height is smaller than the # font height, it will get raised to the font height.