diff options
Diffstat (limited to '.config/qtile/README.org')
-rw-r--r-- | .config/qtile/README.org | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.config/qtile/README.org b/.config/qtile/README.org index 0cde77e..a82676a 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -20,7 +20,8 @@ - [[#widget-list][Widget List]] - [[#screens][Screens]] - [[#settings][Settings]] - - [[#cursor-&-wname][Cursor & wname]] + - [[#cursor][Cursor]] + - [[#wname][Wname]] :END: ** Imports #+begin_src python @@ -524,13 +525,15 @@ screens = init_screens() #+end_src ** Settings -*** Cursor & wname +*** Cursor #+begin_src python follow_mouse_focus = True bring_front_click = False cursor_warp = True auto_fullscreen = True focus_on_window_activation = "smart" # or smart - +#+end_src +*** Wname +#+begin_src python wmname = "Qtile-Apo11o" #+end_src |