summaryrefslogtreecommitdiff
path: root/dot_i3
diff options
context:
space:
mode:
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"
}