summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
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)"