diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-29 11:57:20 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-29 11:57:20 +0530 | 
| commit | 8cb4343738a08010996701a86667d901620c6cb7 (patch) | |
| tree | 7a169f81b4f1eb73e571495069569fac98487006 /config/qtile | |
| parent | cab9134cfafbd7abbc6766384191f58c1ca9c16a (diff) | |
back to dwl
Diffstat (limited to 'config/qtile')
| -rw-r--r-- | config/qtile/config.py | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/config/qtile/config.py b/config/qtile/config.py index a1bdb73..c104e65 100644 --- a/config/qtile/config.py +++ b/config/qtile/config.py @@ -43,7 +43,8 @@ keys = [      Key([], "XF86AudioMute", lazy.spawn("pamixer -t"), desc='Volume Mute'),      Key([], "XF86MonBrightnessUp", lazy.spawn("brightnessctl s 5%+"), desc='brightness UP'),      Key([], "XF86MonBrightnessDown", lazy.spawn("brightnessctl s 5%-"), desc='brightness Down'), -    Key([mod],"e", lazy.spawn("pcmanfm"), desc='File manager'), +    Key([mod], "e", lazy.spawn("pcmanfm"), desc='File manager'), +    Key([mod], "x", lazy.spawn("swaylock"), desc='Lock'),      # Key([mod], "s", lazy.spawn("flameshot gui"), desc='Screenshot'),      Key([mod], "Tab", lazy.next_layout(), desc="Toggle between layouts"), @@ -231,7 +232,7 @@ screens = [                  ),                  widget.Clock( -                    format='  %d/%M/%y', +                    format='  %d %b, %Y',                      background='#0F1212',                      foreground='#607767',                  ), | 
