summaryrefslogtreecommitdiffstats
path: root/i3
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-29 03:03:29 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-29 03:03:29 -0400
commitdb8dd3e6140e66db46f309bff9054ba137eb797a (patch)
tree889147780271b8a9ea1283cea782d118e1b09cf1 /i3
parent40956ae026974be3fb746eb48f141b8eb14470da (diff)
downloadconf-db8dd3e6140e66db46f309bff9054ba137eb797a.tar.gz
conf-db8dd3e6140e66db46f309bff9054ba137eb797a.zip
move around some type-specific scripts
Diffstat (limited to 'i3')
-rw-r--r--i3/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/i3/config b/i3/config
index 7232cb0..d8b0b67 100644
--- a/i3/config
+++ b/i3/config
@@ -39,8 +39,8 @@ bindsym $mod+f fullscreen
bindsym $mod+Shift+space floating toggle
bindsym $mod+space focus mode_toggle
-bindsym $mod+bracketleft exec ~/.bin/i3-switch-workspace prev
-bindsym $mod+bracketright exec ~/.bin/i3-switch-workspace next
+bindsym $mod+bracketleft exec ~/.bin/laptop/i3-switch-workspace prev
+bindsym $mod+bracketright exec ~/.bin/laptop/i3-switch-workspace next
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
@@ -68,7 +68,7 @@ bindsym $mod+Shift+q exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
bar {
tray_output primary
- status_command ~/.bin/status
+ status_command ~/.bin/laptop/status
font xft:DejaVuSansMono 10
}