From dcdb351e7426938f920a3522beeed2dd2ca22ca4 Mon Sep 17 00:00:00 2001 From: aschmocker Date: Sun, 12 Mar 2017 20:50:58 +0100 Subject: [PATCH] Backup --- i3wm/config | 11 ++++++----- i3wm/i3status.conf | 5 +++-- zsh/zshrc | 2 ++ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/i3wm/config b/i3wm/config index ef0e357..dd7fa46 100644 --- a/i3wm/config +++ b/i3wm/config @@ -45,8 +45,8 @@ new_window pixel 3 #bindsym XF86AudioRaiseVolume exec ~/.i3/util/volnotid.sh up #bindsym XF86AudioLowerVolume exec ~/.i3/util/volnotid.sh down #bindsym XF86AudioMute exec ~/.i3/util/volnotid.sh mute -bindsym XF86AudioRaiseVolume exec amixer -q sset Master 5%+ unmute && killall -SIGUSR1 i3status -bindsym XF86AudioLowerVolume exec amixer -q sset Master 5%- unmute && killall -SIGUSR1 i3status +bindsym XF86AudioRaiseVolume exec amixer -q sset Master 10%- unmute && killall -SIGUSR1 i3status +bindsym XF86AudioLowerVolume exec amixer -q sset Master 10%+ unmute && killall -SIGUSR1 i3status bindsym XF86AudioMute exec amixer -q sset Master toggle && killall -SIGUSR1 i3status # display brightness management @@ -275,7 +275,7 @@ for_window [class="Thunar"] floating enable for_window [class="Nautilus"] floating enable for_window [class="GParted"] floating enable for_window [class="Gedit"] floating enable -for_window [class="Evince"] floating enable +#for_window [class="Evince"] floating enable for_window [class="Telegram"] floating enable for_window [class="teamspeak3"] floating enable for_window [class="rhythmbox"] floating enable @@ -285,7 +285,7 @@ for_window [class="plecs"] floating enable # 0px Border #for_window [class="chrome"] border none -#for_window [class="Firefox"] border none +for_window [class="Firefox"] border none # 1px Border #for_window [class="URxvt" ] border 1pixel @@ -311,7 +311,8 @@ exec --no-startup-id xset b off #exec --no-startup-id xrandr --dpi 81 # set mouse accel -exec --no-startup-id xset m 1/4 1 +#exec --no-startup-id xset m 1/4 1 +exec --no-startup-id xset m 1 1 # numlock on by default #exec --no-startup-id numlockx on diff --git a/i3wm/i3status.conf b/i3wm/i3status.conf index fb1425b..9dd13e3 100644 --- a/i3wm/i3status.conf +++ b/i3wm/i3status.conf @@ -20,6 +20,7 @@ general { interval = 1 } +order += "ipv6" order += "battery 0" order += "disk /home" order += "disk /" @@ -58,7 +59,7 @@ tztime local { cpu_temperature 0 { format = "🌡 %degrees °C" max_threshold = 70 - path = "/sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input" + path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input" } disk "/home" { @@ -73,7 +74,7 @@ disk "/" { volume master { format = "♪ %volume" + format_muted = "♪ muted" device = "default" mixer = "Master" - mixer_idx = 0 } diff --git a/zsh/zshrc b/zsh/zshrc index 42f896c..93e432d 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -22,6 +22,8 @@ setopt hist_ignore_space # Promptstyle prompt walters +#PROMPT='%F{red}%n%f@%F{blue}%m%f %F{yellow}%1~%f %# ' +#RPROMPT='[%F{yellow}%?%f]' # Autocomplete stuff zstyle ':completion:*' menu select