mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-05-21 02:44:54 +00:00
Moved to Qtile
This commit is contained in:
parent
d5081812ae
commit
51c7cd4a0c
71 changed files with 542 additions and 47 deletions
24
qtile/config.py
Normal file
24
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