change config.kdl key binds
This commit is contained in:
parent
9b30452dd7
commit
72ae6882ee
1 changed files with 13 additions and 7 deletions
|
|
@ -152,10 +152,10 @@ geometry-corner-radius 12
|
||||||
clip-to-geometry true
|
clip-to-geometry true
|
||||||
}
|
}
|
||||||
binds {
|
binds {
|
||||||
Super+V {
|
Mod+V {
|
||||||
spawn "bash" "-c" "cliphist list | fuzzel --dmenu | cliphist decode | wl-copy"
|
spawn "bash" "-c" "cliphist list | fuzzel --dmenu | cliphist decode | wl-copy"
|
||||||
}
|
}
|
||||||
Super+Shift+L {
|
Mod+Shift+P {
|
||||||
spawn "bash" "-c" "swaylock --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --grace 2 --fade-in 0.5"
|
spawn "bash" "-c" "swaylock --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --grace 2 --fade-in 0.5"
|
||||||
}
|
}
|
||||||
Mod+Shift+Slash {
|
Mod+Shift+Slash {
|
||||||
|
|
@ -195,7 +195,7 @@ binds {
|
||||||
focus-column-right
|
focus-column-right
|
||||||
}
|
}
|
||||||
Mod+H {
|
Mod+H {
|
||||||
focus-column-left
|
focus-column-or-monitor-left
|
||||||
}
|
}
|
||||||
Mod+J {
|
Mod+J {
|
||||||
focus-window-or-workspace-down
|
focus-window-or-workspace-down
|
||||||
|
|
@ -204,7 +204,7 @@ binds {
|
||||||
focus-window-or-workspace-up
|
focus-window-or-workspace-up
|
||||||
}
|
}
|
||||||
Mod+L {
|
Mod+L {
|
||||||
focus-column-right
|
focus-column-or-monitor-right
|
||||||
}
|
}
|
||||||
Mod+Shift+Left {
|
Mod+Shift+Left {
|
||||||
move-column-left
|
move-column-left
|
||||||
|
|
@ -219,7 +219,7 @@ binds {
|
||||||
move-column-right
|
move-column-right
|
||||||
}
|
}
|
||||||
Mod+Shift+H {
|
Mod+Shift+H {
|
||||||
move-column-left
|
move-column-left-or-to-monitor-left
|
||||||
}
|
}
|
||||||
Mod+Shift+J {
|
Mod+Shift+J {
|
||||||
move-window-down-or-to-workspace-down
|
move-window-down-or-to-workspace-down
|
||||||
|
|
@ -228,7 +228,7 @@ binds {
|
||||||
move-window-up-or-to-workspace-up
|
move-window-up-or-to-workspace-up
|
||||||
}
|
}
|
||||||
Mod+Shift+L {
|
Mod+Shift+L {
|
||||||
move-column-right
|
move-column-right-or-to-monitor-right
|
||||||
}
|
}
|
||||||
Mod+Home {
|
Mod+Home {
|
||||||
focus-column-first
|
focus-column-first
|
||||||
|
|
@ -392,8 +392,14 @@ binds {
|
||||||
Mod+Shift+9 {
|
Mod+Shift+9 {
|
||||||
move-column-to-workspace 9
|
move-column-to-workspace 9
|
||||||
}
|
}
|
||||||
|
Mod+F {
|
||||||
|
toggle-window-floating
|
||||||
|
}
|
||||||
Mod+Tab {
|
Mod+Tab {
|
||||||
focus-workspace-previous
|
focus-window-previous
|
||||||
|
}
|
||||||
|
Mod+Shift+Tab {
|
||||||
|
focus-monitor-previous
|
||||||
}
|
}
|
||||||
Mod+BracketLeft {
|
Mod+BracketLeft {
|
||||||
consume-or-expel-window-left
|
consume-or-expel-window-left
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue