diff options
| author | 2018-11-29 11:00:32 +0100 | |
|---|---|---|
| committer | 2018-11-29 11:00:32 +0100 | |
| commit | 4028df8bdbde8d8ae8960619b9f848fe01757310 (patch) | |
| tree | f116b1c9d977c29f5441f39d90439b386a3ff4f8 | |
| parent | 6c7070e305f4dc7ae29ad1fc51233abdf1cf6330 (diff) | |
| download | dotfiles-4028df8bdbde8d8ae8960619b9f848fe01757310.tar.gz dotfiles-4028df8bdbde8d8ae8960619b9f848fe01757310.tar.bz2 dotfiles-4028df8bdbde8d8ae8960619b9f848fe01757310.zip | |
Added chunkwm
| -rwxr-xr-x | chunkwm/.chunkwmrc | 141 | ||||
| -rw-r--r-- | chunkwm/.khdrc | 151 | ||||
| -rw-r--r-- | chunkwm/.skhdrc | 259 |
3 files changed, 551 insertions, 0 deletions
diff --git a/chunkwm/.chunkwmrc b/chunkwm/.chunkwmrc new file mode 100755 index 0000000..be69b30 --- /dev/null +++ b/chunkwm/.chunkwmrc | |||
| @@ -0,0 +1,141 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | # | ||
| 4 | # NOTE: any 'chunkc' command that is run from this config file | ||
| 5 | # that is NOT 'chunkc core::<..>' or 'chunkc set ..' | ||
| 6 | # MUST be put in the background using & | ||
| 7 | # | ||
| 8 | # e.g: | ||
| 9 | # chunkc tiling::rule --owner Finder --name Copy --state float & | ||
| 10 | # | ||
| 11 | |||
| 12 | # | ||
| 13 | # NOTE: specify the absolutepath of the file to use for logging. | ||
| 14 | # 'stdout' or 'stderr' can be used instead of an actual filepath. | ||
| 15 | # | ||
| 16 | |||
| 17 | chunkc core::log_file stdout | ||
| 18 | |||
| 19 | # | ||
| 20 | # NOTE: specify the desired level of logging. | ||
| 21 | # | ||
| 22 | # - none, debug, profile, warn, error | ||
| 23 | # | ||
| 24 | |||
| 25 | chunkc core::log_level warn | ||
| 26 | |||
| 27 | # | ||
| 28 | # NOTE: specify the absolutepath to the directory to use when loading a plugin. | ||
| 29 | # | ||
| 30 | |||
| 31 | chunkc core::plugin_dir /usr/local/opt/chunkwm/share/chunkwm/plugins | ||
| 32 | |||
| 33 | # | ||
| 34 | # NOTE: if enabled, chunkwm will monitor the specified plugin_dir | ||
| 35 | # and automatically reload any '.so' file that is changed. | ||
| 36 | # | ||
| 37 | |||
| 38 | chunkc core::hotload 0 | ||
| 39 | |||
| 40 | # | ||
| 41 | # NOTE: the following are config variables for the chunkwm-tiling plugin. | ||
| 42 | # | ||
| 43 | |||
| 44 | chunkc set custom_bar_enabled 0 | ||
| 45 | chunkc set custom_bar_all_monitors 0 | ||
| 46 | chunkc set custom_bar_offset_top 22 | ||
| 47 | chunkc set custom_bar_offset_bottom 0 | ||
| 48 | chunkc set custom_bar_offset_left 0 | ||
| 49 | chunkc set custom_bar_offset_right 0 | ||
| 50 | |||
| 51 | chunkc set global_desktop_mode bsp | ||
| 52 | chunkc set global_desktop_offset_top 20 | ||
| 53 | chunkc set global_desktop_offset_bottom 20 | ||
| 54 | chunkc set global_desktop_offset_left 20 | ||
| 55 | chunkc set global_desktop_offset_right 20 | ||
| 56 | chunkc set global_desktop_offset_gap 15 | ||
| 57 | |||
| 58 | # | ||
| 59 | # NOTE: syntax for desktop-specific settings | ||
| 60 | # | ||
| 61 | # chunkc set 2_desktop_mode monocle | ||
| 62 | # chunkc set 5_desktop_mode float | ||
| 63 | # chunkc set 3_desktop_offset_top 190 | ||
| 64 | # chunkc set 3_desktop_offset_bottom 190 | ||
| 65 | # chunkc set 3_desktop_offset_left 190 | ||
| 66 | # chunkc set 3_desktop_offset_right 190 | ||
| 67 | # chunkc set 3_desktop_offset_gap 30 | ||
| 68 | # | ||
| 69 | |||
| 70 | chunkc set desktop_padding_step_size 10.0 | ||
| 71 | chunkc set desktop_gap_step_size 5.0 | ||
| 72 | |||
| 73 | chunkc set bsp_spawn_left 1 | ||
| 74 | chunkc set bsp_optimal_ratio 1.618 | ||
| 75 | chunkc set bsp_split_mode optimal | ||
| 76 | chunkc set bsp_split_ratio 0.5 | ||
| 77 | |||
| 78 | chunkc set monitor_focus_cycle 1 | ||
| 79 | chunkc set window_focus_cycle monitor | ||
| 80 | |||
| 81 | chunkc set mouse_follows_focus intrinsic | ||
| 82 | chunkc set window_float_next 0 | ||
| 83 | chunkc set window_region_locked 1 | ||
| 84 | |||
| 85 | chunkc set mouse_move_window \"fn 1\" | ||
| 86 | chunkc set mouse_resize_window \"fn 2\" | ||
| 87 | chunkc set mouse_motion_interval 35 | ||
| 88 | |||
| 89 | chunkc set preselect_border_color 0xffd75f5f | ||
| 90 | chunkc set preselect_border_width 5 | ||
| 91 | chunkc set preselect_border_radius 0 | ||
| 92 | chunkc set preselect_border_outline 0 | ||
| 93 | |||
| 94 | # | ||
| 95 | # NOTE: these settings require chwm-sa. | ||
| 96 | # (https://github.com/koekeishiya/chwm-sa) | ||
| 97 | # | ||
| 98 | |||
| 99 | chunkc set window_float_topmost 0 | ||
| 100 | chunkc set window_fade_inactive 0 | ||
| 101 | chunkc set window_fade_alpha 0.85 | ||
| 102 | chunkc set window_fade_duration 0.25 | ||
| 103 | chunkc set window_use_cgs_move 0 | ||
| 104 | |||
| 105 | # | ||
| 106 | # NOTE: the following are config variables for the chunkwm-border plugin. | ||
| 107 | # | ||
| 108 | # NOTE: syntax for `focused_border_outline` setting | ||
| 109 | # 0 = false, inline border | ||
| 110 | # 1 = true, outline border | ||
| 111 | # | ||
| 112 | |||
| 113 | chunkc set focused_border_color 0xff0f6288 | ||
| 114 | chunkc set focused_border_width 5 | ||
| 115 | chunkc set focused_border_radius 0 | ||
| 116 | chunkc set focused_border_outline 0 | ||
| 117 | chunkc set focused_border_skip_floating 0 | ||
| 118 | chunkc set focused_border_skip_monocle 0 | ||
| 119 | |||
| 120 | # | ||
| 121 | # NOTE: the following are config variables for the chunkwm-ffm plugin. | ||
| 122 | # | ||
| 123 | |||
| 124 | chunkc set ffm_bypass_modifier fn | ||
| 125 | chunkc set ffm_standby_on_float 1 | ||
| 126 | |||
| 127 | # | ||
| 128 | # NOTE: specify plugins to load when chunkwm starts. | ||
| 129 | # | ||
| 130 | |||
| 131 | chunkc core::load border.so | ||
| 132 | chunkc core::load tiling.so | ||
| 133 | chunkc core::load ffm.so | ||
| 134 | |||
| 135 | # | ||
| 136 | # NOTE: sample rules for the tiling plugin | ||
| 137 | # | ||
| 138 | |||
| 139 | chunkc tiling::rule --owner Finder --name Copy --state float & | ||
| 140 | chunkc tiling::rule --owner \"App Store\" --state float & | ||
| 141 | chunkc tiling::rule --owner Emacs --except "^$" --state tile & | ||
diff --git a/chunkwm/.khdrc b/chunkwm/.khdrc new file mode 100644 index 0000000..2c75573 --- /dev/null +++ b/chunkwm/.khdrc | |||
| @@ -0,0 +1,151 @@ | |||
| 1 | # reload config | ||
| 2 | cmd + alt + ctrl - r : khd -e "reload" | ||
| 3 | |||
| 4 | # open terminal, blazingly fast compared to iTerm/Hyper | ||
| 5 | cmd - return : open -na /Applications/Kitty.app | ||
| 6 | |||
| 7 | # focus window | ||
| 8 | alt - h : chunkc tiling::window --focus west | ||
| 9 | alt - j : chunkc tiling::window --focus south | ||
| 10 | alt - k : chunkc tiling::window --focus north | ||
| 11 | alt - l : chunkc tiling::window --focus east | ||
| 12 | |||
| 13 | cmd - j : chunkc tiling::window --focus prev | ||
| 14 | cmd - k : chunkc tiling::window --focus next | ||
| 15 | |||
| 16 | # equalize size of windows | ||
| 17 | shift + alt - 0 : chunkc tiling::desktop --equalize | ||
| 18 | |||
| 19 | # swap window | ||
| 20 | shift + alt - h : chunkc tiling::window --swap west | ||
| 21 | shift + alt - j : chunkc tiling::window --swap south | ||
| 22 | shift + alt - k : chunkc tiling::window --swap north | ||
| 23 | shift + alt - l : chunkc tiling::window --swap east | ||
| 24 | |||
| 25 | # move window | ||
| 26 | shift + cmd - h : chunkc tiling::window --warp west | ||
| 27 | shift + cmd - j : chunkc tiling::window --warp south | ||
| 28 | shift + cmd - k : chunkc tiling::window --warp north | ||
| 29 | shift + cmd - l : chunkc tiling::window --warp east | ||
| 30 | |||
| 31 | # make floating window fill screen | ||
| 32 | shift + alt - up : chunkc tiling::window --grid-layout 1:1:0:0:1:1 | ||
| 33 | |||
| 34 | # make floating window fill left-half of screen | ||
| 35 | shift + alt - left : chunkc tiling::window --grid-layout 1:2:0:0:1:1 | ||
| 36 | |||
| 37 | # make floating window fill right-half of screen | ||
| 38 | shift + alt - right : chunkc tiling::window --grid-layout 1:2:1:0:1:1 | ||
| 39 | |||
| 40 | # move floating windows / windows on a grid space | ||
| 41 | # 10 rows 10 cols grid, windows left and top on 0 grid, and have 5 grid width 5 grid height | ||
| 42 | alt - q : chunkc tiling::window --grid-layout 10:10:0:0:5:5 | ||
| 43 | |||
| 44 | # send window to desktop | ||
| 45 | shift + alt - x : chunkc tiling::window --send-to-desktop $(chunkc get _last_active_desktop) | ||
| 46 | shift + alt - z : chunkc tiling::window --send-to-desktop prev | ||
| 47 | shift + alt - c : chunkc tiling::window --send-to-desktop next | ||
| 48 | shift + alt - 1 : chunkc tiling::window --send-to-desktop 1 | ||
| 49 | shift + alt - 2 : chunkc tiling::window --send-to-desktop 2 | ||
| 50 | shift + alt - 3 : chunkc tiling::window --send-to-desktop 3 | ||
| 51 | shift + alt - 4 : chunkc tiling::window --send-to-desktop 4 | ||
| 52 | shift + alt - 5 : chunkc tiling::window --send-to-desktop 5 | ||
| 53 | shift + alt - 6 : chunkc tiling::window --send-to-desktop 6 | ||
| 54 | |||
| 55 | # send window to desktop and switch desktop | ||
| 56 | shift + cmd - x : `id=$(chunkc get _last_active_desktop); chunkc tiling::window -d $id; khd -p "cmd + alt - $id" &> /dev/null` | ||
| 57 | shift + cmd - z : chunkc tiling::window -d prev; khd -p "cmd + alt - z" | ||
| 58 | shift + cmd - c : chunkc tiling::window -d next; khd -p "cmd + alt - c" | ||
| 59 | shift + cmd - 1 : chunkc tiling::window -d 1; khd -p "cmd + alt - 1" | ||
| 60 | shift + cmd - 2 : chunkc tiling::window -d 2; khd -p "cmd + alt - 2" | ||
| 61 | shift + cmd - 3 : chunkc tiling::window -d 3; khd -p "cmd + alt - 3" | ||
| 62 | shift + cmd - 4 : chunkc tiling::window -d 4; khd -p "cmd + alt - 4" | ||
| 63 | shift + cmd - 5 : chunkc tiling::window -d 5; khd -p "cmd + alt - 5" | ||
| 64 | shift + cmd - 6 : chunkc tiling::window -d 6; khd -p "cmd + alt - 6" | ||
| 65 | |||
| 66 | # switch to last active desktop | ||
| 67 | cmd + alt - x : `id=$(chunkc get _last_active_desktop); khd -p "cmd + alt - $id" &> /dev/null` | ||
| 68 | |||
| 69 | # focus monitor | ||
| 70 | ctrl + alt - z : chunkc tiling::monitor -f prev | ||
| 71 | ctrl + alt - c : chunkc tiling::monitor -f next | ||
| 72 | ctrl + alt - 1 : chunkc tiling::monitor -f 1 | ||
| 73 | ctrl + alt - 2 : chunkc tiling::monitor -f 2 | ||
| 74 | ctrl + alt - 3 : chunkc tiling::monitor -f 3 | ||
| 75 | |||
| 76 | # send window to monitor and follow focus | ||
| 77 | ctrl + cmd - z : chunkc tiling::window --send-to-monitor prev; chunkc tiling::monitor -f prev | ||
| 78 | ctrl + cmd - c : chunkc tiling::window --send-to-monitor next; chunkc tiling::monitor -f next | ||
| 79 | ctrl + cmd - 1 : chunkc tiling::window --send-to-monitor 1; chunkc tiling::monitor -f 1 | ||
| 80 | ctrl + cmd - 2 : chunkc tiling::window --send-to-monitor 2; chunkc tiling::monitor -f 2 | ||
| 81 | ctrl + cmd - 3 : chunkc tiling::window --send-to-monitor 3; chunkc tiling::monitor -f 3 | ||
| 82 | |||
| 83 | # increase region size | ||
| 84 | shift + alt - a : chunkc tiling::window --use-temporary-ratio 0.1 --adjust-window-edge west | ||
| 85 | shift + alt - s : chunkc tiling::window --use-temporary-ratio 0.1 --adjust-window-edge south | ||
| 86 | shift + alt - w : chunkc tiling::window --use-temporary-ratio 0.1 --adjust-window-edge north | ||
| 87 | shift + alt - d : chunkc tiling::window --use-temporary-ratio 0.1 --adjust-window-edge east | ||
| 88 | |||
| 89 | # decrease region size | ||
| 90 | shift + cmd - a : chunkc tiling::window --use-temporary-ratio -0.1 --adjust-window-edge west | ||
| 91 | shift + cmd - s : chunkc tiling::window --use-temporary-ratio -0.1 --adjust-window-edge south | ||
| 92 | shift + cmd - w : chunkc tiling::window --use-temporary-ratio -0.1 --adjust-window-edge north | ||
| 93 | shift + cmd - d : chunkc tiling::window --use-temporary-ratio -0.1 --adjust-window-edge east | ||
| 94 | |||
| 95 | # set insertion point for focused container | ||
| 96 | ctrl + alt - f : chunkc tiling::window --use-insertion-point cancel | ||
| 97 | ctrl + alt - h : chunkc tiling::window --use-insertion-point west | ||
| 98 | ctrl + alt - j : chunkc tiling::window --use-insertion-point south | ||
| 99 | ctrl + alt - k : chunkc tiling::window --use-insertion-point north | ||
| 100 | ctrl + alt - l : chunkc tiling::window --use-insertion-point east | ||
