summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-11-22 13:05:09 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-11-22 13:05:09 -0700
commite8228ec614f296a02dbf0b781610c270aeb5882a (patch)
tree4e55c47b0c6db7f3af081c80f48e7372f15d6b90 /.config
parentf38557b790f23d320d2bb1c3ef741e4f737303f9 (diff)
Tune some settings
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config2
-rw-r--r--.config/zsh/.zshrc2
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 44a5161..317b398 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -82,6 +82,8 @@ font pango:monospace 10
assign [class="TelegramDesktop"] $ws7
# WS8
# WS9
+ assign [class="discord"] $ws9
+ assign [class="Steam"] $ws9
# WS10
for_window [class="Spotify"] move to workspace $ws10
## Window properties for windows.
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 77d9c09..1eb9d0b 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -4,7 +4,7 @@
# PS1 colors and style.
autoload -U colors && colors
-PS1="%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$ "
+PS1="%{$fg_bold[red]%}[%{$fg_bold[yellow]%}%n%{$fg_bold[green]%}@%{$fg_bold[blue]%}%M %{$fg_bold[magenta]%}%~%{$fg_bold[red]%}]%{$fg_bold[cyan]%}$%{$reset_color%} "
# Set LS_COLORS via dircolors.
[[ -f $HOME/.config/dircolors ]] && eval "$(dircolors $HOME/.config/dircolors)"