feat: setup monocle layout for specific layouts
This commit is contained in:
parent
6732cf39bf
commit
5e0f88a5ac
1 changed files with 6 additions and 7 deletions
|
|
@ -123,13 +123,6 @@ in {
|
|||
"hyprctl monitors | grep 'HDMI' && hyprctl keyword monitor 'eDP-1, disable'"
|
||||
];
|
||||
|
||||
# Setup plugins
|
||||
plugin = {
|
||||
wslayout = {
|
||||
default_layout = "master";
|
||||
};
|
||||
};
|
||||
|
||||
cursor = {
|
||||
no_break_fs_vrr = 1;
|
||||
no_hardware_cursors = 1;
|
||||
|
|
@ -176,6 +169,7 @@ in {
|
|||
gaps_in = 3;
|
||||
gaps_out = 6;
|
||||
allow_tearing = true;
|
||||
layout = "master";
|
||||
};
|
||||
|
||||
misc = {
|
||||
|
|
@ -197,6 +191,11 @@ in {
|
|||
allow_workspace_cycles = true;
|
||||
};
|
||||
|
||||
workspace = [
|
||||
"1, layout:monocle"
|
||||
"5, layout:monocle"
|
||||
];
|
||||
|
||||
bind = [
|
||||
"$mod, Return, exec, $terminal"
|
||||
"$mod SHIFT, Q, killactive"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue