throwaway chunkwm/khd changes
This commit is contained in:
parent
1d57c42568
commit
c4074c476d
2 changed files with 7 additions and 5 deletions
|
|
@ -85,7 +85,8 @@ chunkc set window_use_cgs_move 0
|
|||
chunkc set focused_border_color 0xddbdd322
|
||||
chunkc set focused_border_width 5
|
||||
chunkc set focused_border_radius 5
|
||||
chunkc set focused_border_skip_floating 0
|
||||
chunkc set focused_border_skip_floating 1
|
||||
chunkc set focused_border_skip_monocle 0
|
||||
|
||||
#
|
||||
# NOTE: specify plugins to load when chunkwm starts.
|
||||
|
|
@ -126,6 +127,7 @@ chunkc tiling::rule --owner \"Cathode\" --state float
|
|||
chunkc tiling::rule --owner \"VLC\" --state float
|
||||
chunkc tiling::rule --owner \"IINA\" --state float
|
||||
chunkc tiling::rule --owner \"Emacs\" --state tile
|
||||
chunkc tiling::rule --owner \"Alfred Preferences\" --state float
|
||||
chunkc tiling::rule --owner \"Adobe Lightroom CC\" --state float
|
||||
chunkc tiling::rule --owner \"IntelliJ IDEA\" --name ".+Documents/work/git.+" --state tile
|
||||
chunkc tiling::rule --owner \"IntelliJ IDEA\" --except ".+Documents/work/git.+" --state float
|
||||
|
|
|
|||
8
.khdrc
8
.khdrc
|
|
@ -139,10 +139,10 @@ space + shift - l : chunkc tiling::window --use-temporary-ratio -0.05 --
|
|||
|
||||
|
||||
# tree mode
|
||||
tree - f : kwmc window -z fullscreen
|
||||
tree - d : kwmc window -z parent
|
||||
tree - w : kwmc window -t focused
|
||||
tree - r : kwmc tree rotate 90
|
||||
tree - f : chunkc tiling::window -z fullscreen
|
||||
tree - d : chunkc tiling::window -z parent
|
||||
tree - w : chunkc tiling::window -t focused
|
||||
tree - r : chunkc tree rotate 90
|
||||
|
||||
tree - s : kwmc window -c split - mode toggle;\
|
||||
khd -e "mode activate default"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue