diff options
| author | Michael Kantor <michael@mikekantor.xyz> | 2026-02-15 20:47:06 -0500 |
|---|---|---|
| committer | Michael Kantor <michael@mikekantor.xyz> | 2026-02-15 20:47:06 -0500 |
| commit | c95c4a7d0cac4d9a5017f1dc5a0eaf77b8dfc7f0 (patch) | |
| tree | 59da25a117b69154de41382cf211749efcac61a8 /config.py | |
| parent | ac3aa3740a831f7bdeda342c6c4704568f01070c (diff) | |
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -134,9 +134,6 @@ layouts = [ # layout.Zoomy(), ] -def reload_conf_cmd(qtile): - qtile.reload_config() - def pin_win(qtile): global pinned_wins @@ -409,7 +406,7 @@ keys = [ Key([mod, "control"], "n", lazy.spawn(home + "/.config/qtile/cusmodules/wallpaper.py")), - Key([mod], "z", lazy.function(reload_conf_cmd)), + Key([mod], "z", lazy.reload_config()), Key([mod, 'control'], "z", lazy.function(fast_unswallow)), @@ -593,11 +590,11 @@ screens = [ fontsize = 23 ), - widget.Volume( + widget.PulseVolume( background= color.get('color8'), ), - widget.Volume( + widget.PulseVolume( emoji = True, background= color.get('color8'), ), |
