1 Commits

Author SHA1 Message Date
dcdb351e74 Backup 2017-03-12 20:50:58 +01:00
3 changed files with 11 additions and 7 deletions

View File

@@ -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

View File

@@ -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
}

View File

@@ -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