mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-06-05 09:53:11 +00:00
I hate this
This commit is contained in:
parent
a9846b4ecd
commit
8c7569868d
416 changed files with 1549 additions and 208 deletions
24
configs/qtile/config.py
Normal file
24
configs/qtile/config.py
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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"
|
Loading…
Add table
Add a link
Reference in a new issue