Skip to content

Commit

Permalink
Float python plots and add screen locker.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomontezano committed Jan 19, 2022
1 parent 838e4a6 commit c8f20c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/qtile/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

Key([mod, "shift"], "q", lazy.window.kill(), desc="Kill focused window"),

Key([mod, "shift"], "x", lazy.spawn("sflock -h -b 'Locked.'")),
Key([mod, "control"], "r", lazy.reload_config(), desc="Reload the config"),
Key([mod, "control"], "q", lazy.shutdown(), desc="Shutdown Qtile"),

Expand Down Expand Up @@ -278,6 +279,7 @@
*layout.Floating.default_float_rules,
Match(wm_class='R_x11'),
Match(wm_class='gnuplot_qt'),
Match(wm_class='matplotlib'),
])


Expand Down

0 comments on commit c8f20c1

Please sign in to comment.