Floating windows on mod+v / defalut proportion set to 2/3
This commit is contained in:
@@ -149,7 +149,7 @@ layout {
|
||||
|
||||
// You can change the default width of the new windows.
|
||||
// default-column-width { proportion 0.66667; }
|
||||
default-column-width { proportion 1.0; }
|
||||
default-column-width { proportion 0.6667; }
|
||||
// If you leave the brackets empty, the windows themselves will decide their initial width.
|
||||
// default-column-width {}
|
||||
|
||||
@@ -399,7 +399,7 @@ binds {
|
||||
Mod+Space hotkey-overlay-title="Application Launcher" {
|
||||
spawn "qs" "-c" "dms" "ipc" "call" "spotlight" "toggle";
|
||||
}
|
||||
Mod+V hotkey-overlay-title="Clipboard Manager" {
|
||||
Mod+Shift+V hotkey-overlay-title="Clipboard Manager" {
|
||||
spawn "qs" "-c" "dms" "ipc" "call" "clipboard" "toggle";
|
||||
}
|
||||
Mod+P hotkey-overlay-title="Notepad" {
|
||||
@@ -632,8 +632,8 @@ binds {
|
||||
Mod+Shift+Plus { set-window-height "+10%"; }
|
||||
|
||||
// Move the focused window between the floating and the tiling layout.
|
||||
Mod+X { toggle-window-floating; }
|
||||
Mod+Shift+X { switch-focus-between-floating-and-tiling; }
|
||||
Mod+V { toggle-window-floating; }
|
||||
// Mod+Shift+V { switch-focus-between-floating-and-tiling; }
|
||||
|
||||
// Toggle tabbed column display mode.
|
||||
// Windows in this column will appear as vertical tabs,
|
||||
|
||||
Reference in New Issue
Block a user