Remove cat coloration because of special char shit
parent
8d7d993f03
commit
998cea1d76
|
@ -194,7 +194,9 @@ exec-always --no-startup-id amixer -D hw:PCH -M sset Master 50%
|
||||||
exec --no-startup-id pavucontrol
|
exec --no-startup-id pavucontrol
|
||||||
exec standardnotes-desktop
|
exec standardnotes-desktop
|
||||||
exec atom
|
exec atom
|
||||||
|
exec firefox
|
||||||
|
|
||||||
|
for_window [class="^Firefox*"] move to workspace 3
|
||||||
for_window [class="^Thunderbird*"] move scratchpad
|
for_window [class="^Thunderbird*"] move scratchpad
|
||||||
bindsym $mod+Shift+t [class="^Thunderbird*"] scratchpad show
|
bindsym $mod+Shift+t [class="^Thunderbird*"] scratchpad show
|
||||||
for_window [class="^Signa*"] move scratchpad
|
for_window [class="^Signa*"] move scratchpad
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -51,7 +51,6 @@ HIST_STAMPS="dd.mm.yyyy"
|
||||||
plugins=(
|
plugins=(
|
||||||
git
|
git
|
||||||
colored-man-pages
|
colored-man-pages
|
||||||
colorize
|
|
||||||
command-not-found
|
command-not-found
|
||||||
copydir
|
copydir
|
||||||
cp
|
cp
|
||||||
|
@ -96,7 +95,6 @@ DEFAULT_USER=`whoami`
|
||||||
# Example aliases
|
# Example aliases
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
alias cat="ccat"
|
|
||||||
alias cp="cpv"
|
alias cp="cpv"
|
||||||
|
|
||||||
# To use when .cfg contains a bare git repo.
|
# To use when .cfg contains a bare git repo.
|
||||||
|
|
Loading…
Reference in New Issue