diff options
author | Thanos Apollo <[email protected]> | 2023-12-06 15:39:41 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-06 15:39:56 +0200 |
commit | abaa8ce97ea62efe4ef94f86c3bc7f828755e4e2 (patch) | |
tree | 792fb7bc165f42d7ecf316bcf341434aa1545fbf /.config | |
parent | 3a8c5d9243b950147b51e5277e8b4ad3bd869be5 (diff) |
qtile: Add icons for rofi
Diffstat (limited to '.config')
-rw-r--r-- | .config/qtile/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index cfadad2..7afb6a7 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -199,7 +199,7 @@ browser = "firefox" keys = [ Key([mod],"Return",lazy.spawn("emacsclient -c"),), Key([mod,"shift"],"m",lazy.spawn("emacsclient -e '(thanos/pass-launcher)'"),), - Key([mod],"r",lazy.spawn("rofi -show drun"),), + Key([mod],"r",lazy.spawn("rofi -show drun -modi drun -show-icons"),), Key([mod,"shift"],"c",lazy.next_layout(),), Key([mod],"q",lazy.window.kill(),), Key([mod,"shift"],"r",lazy.restart(),), |