From db8dd3e6140e66db46f309bff9054ba137eb797a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 29 Oct 2018 03:03:29 -0400 Subject: move around some type-specific scripts --- i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'i3') 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 } -- cgit v1.2.3-54-g00ecf