mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-01-06 06:26:03 +00:00
25 lines
522 B
Python
25 lines
522 B
Python
# Original script made by https://github.com/Icy-Thought
|
|
# Ajusted by Fluffy for his use
|
|
|
|
from typing import List
|
|
|
|
from modules.workspaces import floating_layout, groups, layouts, screens
|
|
from modules.keybinds import keys, mouse
|
|
|
|
import modules.autostart
|
|
|
|
auto_fullscreen = True
|
|
auto_minimize = False
|
|
bring_front_click = True
|
|
cursor_warp = False
|
|
|
|
dgroups_app_rules = []
|
|
dgroups_key_binder = None
|
|
dpi_scale = 1.0
|
|
|
|
focus_on_window_activation = "smart"
|
|
follow_mouse_focus = False
|
|
reconfigure_screens = True
|
|
|
|
wmname = "Qtile"
|