From e8228ec614f296a02dbf0b781610c270aeb5882a Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sun, 22 Nov 2020 13:05:09 -0700 Subject: Tune some settings --- .config/i3/config | 2 ++ .config/zsh/.zshrc | 2 +- .profile | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) 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)" diff --git a/.profile b/.profile index b3cc1c8..344d172 100644 --- a/.profile +++ b/.profile @@ -48,3 +48,6 @@ export IPYTHONDIR=$HOME/.config/ipython ## TexLive. export TEXMFDIST=/usr/share/texmf-dist export TEXMFHOME=$HOME/.local/share/texmf + + ## qBittorrent. +export QT_AUTO_SCREEN_SCALE_FACTOR=0 -- cgit v1.2.3-70-g09d2