i3: disable floating modifier
This commit is contained in:
parent
b656c645ce
commit
33791dc3ed
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ in with theme.colors; {
|
|||
config = {
|
||||
defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason
|
||||
modifier = mod;
|
||||
floating.modifier = "Mod1";
|
||||
# Causes alt usage to break in programs i.e. Blender
|
||||
#floating.modifier = "Mod1";
|
||||
gaps = {
|
||||
inner = 12;
|
||||
smartGaps = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue