summaryrefslogtreecommitdiff
path: root/dot_i3
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2015-05-20 11:01:08 -0400
committerAlex Auvolat <alex@adnab.me>2015-05-20 11:01:08 -0400
commit175b814d8f045dcd59cfacf2debf11895cc03e22 (patch)
tree9be5c6d585f100d303dc88a040f6d7516739cd18 /dot_i3
parent5ba35c6159620093123844fa33a8bb8a5f21be7e (diff)
downloaduser-config-175b814d8f045dcd59cfacf2debf11895cc03e22.tar.gz
user-config-175b814d8f045dcd59cfacf2debf11895cc03e22.zip
Updates files as of 2015-05-20
Diffstat (limited to 'dot_i3')
-rw-r--r--dot_i3/config6
-rw-r--r--dot_i3/i3status.conf8
2 files changed, 9 insertions, 5 deletions
diff --git a/dot_i3/config b/dot_i3/config
index 166ee6f..aa72844 100644
--- a/dot_i3/config
+++ b/dot_i3/config
@@ -47,6 +47,9 @@ bindsym $mod+Shift+X exec i3lock -d -c 111111 -I 5
bindsym $mod+Shift+P exec mpc toggle
bindsym $mod+Shift+N exec mpc next
+bindsym $mod+Shift+S exec /home/katchup/usr/bin/ss
+bindsym $mod+Shift+M exec /home/katchup/usr/bin/ms
+
# kill focused window
bindsym $mod+Shift+Q kill
@@ -152,6 +155,7 @@ for_window [class="StepMania"] floating enable
for_window [class="stepmania"] floating enable
for_window [class="anki"] floating enable
for_window [class="visu.bin"] floating enable
+for_window [class="pathfind"] floating enable
new_window 1pixel
@@ -213,6 +217,6 @@ exec_always xinput --set-prop 'HID 04d9:1133' 'Device Accel Constant Deceleratio
exec_always xinput --set-prop 'HID 04d9:1133' 'Device Accel Adaptive Deceleration' 2
exec_always xinput --set-prop 'HID 04d9:1133' 'Device Accel Velocity Scaling' 5
exec nm-applet
-exec ~/.i3/notify-serv.sh
+#exec ~/.i3/notify-serv.sh
exec xset -b # disable bell
diff --git a/dot_i3/i3status.conf b/dot_i3/i3status.conf
index 4eaab97..2cc395e 100644
--- a/dot_i3/i3status.conf
+++ b/dot_i3/i3status.conf
@@ -17,7 +17,7 @@ order += "disk /home"
order += "mpd"
order += "volume master"
order += "battery 1"
-order += "cpu_temperature 0"
+order += "cpu_temperature 1"
order += "load"
order += "time"
@@ -66,11 +66,11 @@ load {
format = "%1min"
}
-cpu_temperature 0 {
+cpu_temperature 1 {
format = "T: %degrees °C"
- path = "/sys/class/thermal/thermal_zone0/temp"
+ path = "/sys/class/thermal/thermal_zone1/temp"
}
disk "/home" {
- format = "%free"
+ format = "%avail"
}