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.
|
// You can change the default width of the new windows.
|
||||||
// default-column-width { proportion 0.66667; }
|
// 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.
|
// If you leave the brackets empty, the windows themselves will decide their initial width.
|
||||||
// default-column-width {}
|
// default-column-width {}
|
||||||
|
|
||||||
@@ -399,7 +399,7 @@ binds {
|
|||||||
Mod+Space hotkey-overlay-title="Application Launcher" {
|
Mod+Space hotkey-overlay-title="Application Launcher" {
|
||||||
spawn "qs" "-c" "dms" "ipc" "call" "spotlight" "toggle";
|
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";
|
spawn "qs" "-c" "dms" "ipc" "call" "clipboard" "toggle";
|
||||||
}
|
}
|
||||||
Mod+P hotkey-overlay-title="Notepad" {
|
Mod+P hotkey-overlay-title="Notepad" {
|
||||||
@@ -632,8 +632,8 @@ binds {
|
|||||||
Mod+Shift+Plus { set-window-height "+10%"; }
|
Mod+Shift+Plus { set-window-height "+10%"; }
|
||||||
|
|
||||||
// Move the focused window between the floating and the tiling layout.
|
// Move the focused window between the floating and the tiling layout.
|
||||||
Mod+X { toggle-window-floating; }
|
Mod+V { toggle-window-floating; }
|
||||||
Mod+Shift+X { switch-focus-between-floating-and-tiling; }
|
// Mod+Shift+V { switch-focus-between-floating-and-tiling; }
|
||||||
|
|
||||||
// Toggle tabbed column display mode.
|
// Toggle tabbed column display mode.
|
||||||
// Windows in this column will appear as vertical tabs,
|
// Windows in this column will appear as vertical tabs,
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
[Appearance]
|
[Appearance]
|
||||||
color_scheme_path=/home/vivian/.config/qt6ct/style-colors.conf
|
color_scheme_path=/home/vivian/.local/share/color-schemes/DankMatugen.colors
|
||||||
custom_palette=false
|
custom_palette=true
|
||||||
icon_theme=candy-icons
|
icon_theme=candy-icons
|
||||||
standard_dialogs=kde
|
standard_dialogs=kde
|
||||||
style=kvantum-dark
|
style=Fusion
|
||||||
|
|
||||||
[Fonts]
|
[Fonts]
|
||||||
fixed="Sans Serif,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
fixed="Sans Serif,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
@@ -25,7 +25,7 @@ underline_shortcut=1
|
|||||||
wheel_scroll_lines=3
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
[SettingsWindow]
|
[SettingsWindow]
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\xab\0\0\x3\xf8\0\0\0\0\0\0\0\0\0\0\x3\xab\0\0\x3\xf8\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\xab\0\0\x3\xf8)
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\ag\0\0\x3\xf3\0\0\0\0\0\0\0\0\0\0\ag\0\0\x3\xf3\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\ag\0\0\x3\xf3)
|
||||||
|
|
||||||
[Troubleshooting]
|
[Troubleshooting]
|
||||||
force_raster_widgets=1
|
force_raster_widgets=1
|
||||||
|
|||||||
Reference in New Issue
Block a user