From e00238a74295d6990a0aa7f357116d6ae742fc7b Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Fri, 28 Oct 2022 05:42:51 +0300 Subject: Update ToC, redo Settings --- .config/qtile/README.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.config/qtile') 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 -- cgit v1.2.3