|
|
|
|
321
|
|
321
|
|
322
|
bar {
|
322
|
bar {
|
323
|
id clementine
|
323
|
id clementine
|
324
|
- status_command "~/.i3/bin/cstatus"
|
|
|
|
|
324
|
+ status_command "~/.config/i3/bin/cstatus"
|
325
|
workspace_buttons no
|
325
|
workspace_buttons no
|
326
|
tray_output none
|
326
|
tray_output none
|
327
|
mode hide
|
327
|
mode hide
|
|
|
|
|
334
|
|
334
|
|
335
|
bar {
|
335
|
bar {
|
336
|
id main
|
336
|
id main
|
337
|
- status_command "~/.i3/bin/i3staplus"
|
|
|
|
|
337
|
+ status_command "~/.config/i3/bin/i3staplus"
|
338
|
bindsym button2 exec thunar
|
338
|
bindsym button2 exec thunar
|
339
|
bindsym button3 exec "$spn xclose"
|
339
|
bindsym button3 exec "$spn xclose"
|
340
|
separator_symbol "•"
|
340
|
separator_symbol "•"
|
|
|
|
|
431
|
## Typing macros wow ##
|
431
|
## Typing macros wow ##
|
432
|
#------------------------------------------------------------------------#
|
432
|
#------------------------------------------------------------------------#
|
433
|
|
433
|
|
434
|
-bindsym --release $mod+Ctrl+apostrophe exec "xdotool .i3/macros/apostrophe.xdotool"
|
|
|
435
|
-bindsym --release $mod+Ctrl+asterisk exec "xdotool .i3/macros/asterisk.xdotool"
|
|
|
436
|
-bindsym --release $mod+Ctrl+slash exec "xdotool .i3/macros/slash.xdotool"
|
|
|
437
|
-bindsym --release $mod+Ctrl+comma exec "xdotool .i3/macros/comma.xdotool"
|
|
|
438
|
-bindsym --release $mod+Ctrl+semicolon exec "xdotool .i3/macros/semicolon.xdotool"
|
|
|
439
|
-bindsym --release $mod+Ctrl+period exec "xdotool .i3/macros/period.xdotool"
|
|
|
440
|
-bindsym --release $mod+Ctrl+9 exec "xdotool .i3/macros/9.xdotool"
|
|
|
441
|
-bindsym --release $mod+Ctrl+grave exec "xdotool .i3/macros/grave.xdotool"
|
|
|
442
|
-bindsym --release $mod+Ctrl+bracketleft exec "xdotool .i3/macros/bracketleft.xdotool"
|
|
|
443
|
-bindsym --release $mod+Ctrl+bracketright exec "xdotool .i3/macros/bracketright.xdotool"
|
|
|
|
|
434
|
+bindsym --release $mod+Ctrl+apostrophe exec "xdotool .config/i3/macros/apostrophe.xdotool"
|
|
|
435
|
+bindsym --release $mod+Ctrl+asterisk exec "xdotool .config/i3/macros/asterisk.xdotool"
|
|
|
436
|
+bindsym --release $mod+Ctrl+slash exec "xdotool .config/i3/macros/slash.xdotool"
|
|
|
437
|
+bindsym --release $mod+Ctrl+comma exec "xdotool .config/i3/macros/comma.xdotool"
|
|
|
438
|
+bindsym --release $mod+Ctrl+semicolon exec "xdotool .config/i3/macros/semicolon.xdotool"
|
|
|
439
|
+bindsym --release $mod+Ctrl+period exec "xdotool .config/i3/macros/period.xdotool"
|
|
|
440
|
+bindsym --release $mod+Ctrl+9 exec "xdotool .config/i3/macros/9.xdotool"
|
|
|
441
|
+bindsym --release $mod+Ctrl+grave exec "xdotool .config/i3/macros/grave.xdotool"
|
|
|
442
|
+bindsym --release $mod+Ctrl+bracketleft exec "xdotool .config/i3/macros/bracketleft.xdotool"
|
|
|
443
|
+bindsym --release $mod+Ctrl+bracketright exec "xdotool .config/i3/macros/bracketright.xdotool"
|
444
|
|
444
|
|
445
|
|
445
|
|
446
|
|
446
|
|