From 8a5bcc521ed38dbdf1efb411793960c3a77521e8 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Tue, 2 Jan 2018 00:34:51 +0100 Subject: [PATCH] Remove old files, remove .fehbg file --- .config/i3/config | 2 +- .config/xorg/xinitrc | 2 +- .oh-my-zsh/themes/riyyi.zsh-theme | 20 -------------------- .zprofile | 3 --- 4 files changed, 2 insertions(+), 25 deletions(-) delete mode 100755 .oh-my-zsh/themes/riyyi.zsh-theme delete mode 100644 .zprofile diff --git a/.config/i3/config b/.config/i3/config index 8d261fb..8920386 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -210,7 +210,7 @@ hide_edge_borders both for_window [class=".*"] border pixel 2 # Application startup -exec_always --no-startup-id feh --bg-fill $HOME/Pictures/wallpaper.jpg +exec_always --no-startup-id feh --bg-fill $HOME/Pictures/wallpaper.jpg --no-fehbg exec --no-startup-id firefox exec --no-startup-id urxvt exec --no-startup-id thunar --daemon diff --git a/.config/xorg/xinitrc b/.config/xorg/xinitrc index b5e874f..8f982f9 100644 --- a/.config/xorg/xinitrc +++ b/.config/xorg/xinitrc @@ -8,6 +8,6 @@ export GDK_DPI_SCALE=0.5 # Screensaver xset s off -xset -dmps +xset -dpms exec i3 diff --git a/.oh-my-zsh/themes/riyyi.zsh-theme b/.oh-my-zsh/themes/riyyi.zsh-theme deleted file mode 100755 index 2e458bd..0000000 --- a/.oh-my-zsh/themes/riyyi.zsh-theme +++ /dev/null @@ -1,20 +0,0 @@ -local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )" - -local usr_host="%{$fg[cyan]%}%n%{$reset_color%}@%{$fg[cyan]%}%m%{$reset_color%}" -local directory="%{$fg[green]%}%~%{$reset_color%}" -local arrow="%(?::%{$fg[red]%})➤%{$reset_color%}" - -PROMPT='╭─${usr_host} ${directory} $(git_prompt_info) -╰─${arrow} ' -RPROMPT='%t' - -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$reset_color%}%{$fg_bold[red]%}" -ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg_bold[blue]%})%{$reset_color%}" -ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[yellow]%}✗" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$reset_color" - -ZSH_THEME_GIT_PROMPT_AHEAD=" ↑" -ZSH_THEME_GIT_PROMPT_BEHIND=" ↓" -ZSH_THEME_GIT_PROMPT_STASHED=" ●" -ZSH_THEME_GIT_PROMPT_UNMERGED="🖕🏻 " -ZSH_THEME_GIT_PROMPT_UNTRACKED=" %{$fg[yellow]%}⭑" diff --git a/.zprofile b/.zprofile deleted file mode 100644 index 33ae2e5..0000000 --- a/.zprofile +++ /dev/null @@ -1,3 +0,0 @@ -if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then - exec startx -fi