diff options
author | ThanosApollo <[email protected]> | 2022-10-28 05:42:51 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-28 05:42:51 +0300 |
commit | e00238a74295d6990a0aa7f357116d6ae742fc7b (patch) | |
tree | d7c21a845d3bec04f96db3d0e7586ca35904f005 /.config | |
parent | f05edc35058fdea21207e05623281a62af019976 (diff) |
Update ToC, redo Settings
Diffstat (limited to '.config')
-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 |