selectively merged in main
This commit is contained in:
@@ -349,6 +349,26 @@ window-rule {
|
|||||||
default-column-width { proportion 0.66667; }
|
default-column-width { proportion 0.66667; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window-rule {
|
||||||
|
// Solve space property manager
|
||||||
|
match app-id="solvespace"
|
||||||
|
|
||||||
|
default-column-width { proportion 0.75; }
|
||||||
|
}
|
||||||
|
|
||||||
|
window-rule {
|
||||||
|
// Solve space property manager
|
||||||
|
match title="Property Browser — SolveSpace"
|
||||||
|
|
||||||
|
default-column-width { proportion 0.25; }
|
||||||
|
}
|
||||||
|
|
||||||
|
window-rule {
|
||||||
|
// Nautilus open file window
|
||||||
|
match app-id="org.gnome.Nautilus" title="Open Folder"
|
||||||
|
open-floating true
|
||||||
|
}
|
||||||
|
|
||||||
// Example: block out two password managers from screen capture.
|
// Example: block out two password managers from screen capture.
|
||||||
// (This example rule is commented out with a "/-" in front.)
|
// (This example rule is commented out with a "/-" in front.)
|
||||||
/-window-rule {
|
/-window-rule {
|
||||||
@@ -403,6 +423,8 @@ binds {
|
|||||||
XF86AudioMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"; }
|
XF86AudioMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"; }
|
||||||
XF86AudioMicMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SOURCE@" "toggle"; }
|
XF86AudioMicMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SOURCE@" "toggle"; }
|
||||||
XF86AudioPlay allow-when-locked=true { spawn "playerctl" "play-pause"; }
|
XF86AudioPlay allow-when-locked=true { spawn "playerctl" "play-pause"; }
|
||||||
|
XF86AudioPrev allow-when-locked=true { spawn "playerctl" "previous"; }
|
||||||
|
XF86AudioNext allow-when-locked=true { spawn "playerctl" "next"; }
|
||||||
|
|
||||||
// Open/close the Overview: a zoomed-out view of workspaces and windows.
|
// Open/close the Overview: a zoomed-out view of workspaces and windows.
|
||||||
// You can also move the mouse into the top-left hot corner,
|
// You can also move the mouse into the top-left hot corner,
|
||||||
|
|||||||
Reference in New Issue
Block a user