New default size for floating windows, fixed keyboard layout switching and lua variable names
This commit is contained in:
parent
e0570a2d5e
commit
d4a489a52c
4 changed files with 76 additions and 54 deletions
|
|
@ -147,9 +147,9 @@ hl.config({
|
|||
})
|
||||
|
||||
|
||||
-------------------------------
|
||||
---- WINDOWS AND WORKSPACES ---
|
||||
-------------------------------
|
||||
------ Windows rules
|
||||
|
||||
---- Desktop behavior
|
||||
|
||||
-- Ignore maximize requests from apps. You'll probably like this.
|
||||
hl.window_rule({
|
||||
|
|
@ -175,6 +175,8 @@ hl.window_rule({
|
|||
no_focus = true,
|
||||
})
|
||||
|
||||
---- Applications
|
||||
|
||||
-- Prism Launcher
|
||||
hl.window_rule({
|
||||
name = "prismlauncher-all",
|
||||
|
|
@ -298,6 +300,8 @@ hl.window_rule({
|
|||
--# TODO
|
||||
--windowrulev2 = size 100 100,floating:1
|
||||
|
||||
------ Workspace rules
|
||||
|
||||
-- Increase gaps for single apps
|
||||
--# Usless since I changed the default gap but may be useful if you decide to reset it to 0
|
||||
--workspace=w[t1], gapsout:2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue