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,
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
[Appearance]
|
||||
color_scheme_path=/home/vivian/.config/qt6ct/style-colors.conf
|
||||
custom_palette=false
|
||||
color_scheme_path=/home/vivian/.local/share/color-schemes/DankMatugen.colors
|
||||
custom_palette=true
|
||||
icon_theme=candy-icons
|
||||
standard_dialogs=kde
|
||||
style=kvantum-dark
|
||||
style=Fusion
|
||||
|
||||
[Fonts]
|
||||
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
|
||||
|
||||
[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]
|
||||
force_raster_widgets=1
|
||||
|
||||
Reference in New Issue
Block a user