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
|
||||
}
|
||||
binds {
|
||||
Super+V {
|
||||
Mod+V {
|
||||
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"
|
||||
}
|
||||
Mod+Shift+Slash {
|
||||
|
|
@ -195,7 +195,7 @@ binds {
|
|||
focus-column-right
|
||||
}
|
||||
Mod+H {
|
||||
focus-column-left
|
||||
focus-column-or-monitor-left
|
||||
}
|
||||
Mod+J {
|
||||
focus-window-or-workspace-down
|
||||
|
|
@ -204,7 +204,7 @@ binds {
|
|||
focus-window-or-workspace-up
|
||||
}
|
||||
Mod+L {
|
||||
focus-column-right
|
||||
focus-column-or-monitor-right
|
||||
}
|
||||
Mod+Shift+Left {
|
||||
move-column-left
|
||||
|
|
@ -219,7 +219,7 @@ binds {
|
|||
move-column-right
|
||||
}
|
||||
Mod+Shift+H {
|
||||
move-column-left
|
||||
move-column-left-or-to-monitor-left
|
||||
}
|
||||
Mod+Shift+J {
|
||||
move-window-down-or-to-workspace-down
|
||||
|
|
@ -228,7 +228,7 @@ binds {
|
|||
move-window-up-or-to-workspace-up
|
||||
}
|
||||
Mod+Shift+L {
|
||||
move-column-right
|
||||
move-column-right-or-to-monitor-right
|
||||
}
|
||||
Mod+Home {
|
||||
focus-column-first
|
||||
|
|
@ -392,8 +392,14 @@ binds {
|
|||
Mod+Shift+9 {
|
||||
move-column-to-workspace 9
|
||||
}
|
||||
Mod+F {
|
||||
toggle-window-floating
|
||||
}
|
||||
Mod+Tab {
|
||||
focus-workspace-previous
|
||||
focus-window-previous
|
||||
}
|
||||
Mod+Shift+Tab {
|
||||
focus-monitor-previous
|
||||
}
|
||||
Mod+BracketLeft {
|
||||
consume-or-expel-window-left
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue