From 0cf6c7fa4278cd09b3ce1457bd392f93f3eb2fbb Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Wed, 19 Oct 2022 18:10:24 +0300 Subject: Add rofi file browser --- .config/qtile/keys.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/qtile/keys.py') diff --git a/.config/qtile/keys.py b/.config/qtile/keys.py index 6d752be..8776843 100644 --- a/.config/qtile/keys.py +++ b/.config/qtile/keys.py @@ -31,6 +31,9 @@ class MyKeys(): Key([self.mod], "w", lazy.spawn("rofi -show window"), ), + Key(["control"], "f", + lazy.spawn("rofi -show filebrowser"), + ), Key([self.mod], "p", lazy.spawn("passmenu -p 'Password for: '"), ), @@ -56,9 +59,6 @@ class MyKeys(): Key([self.mod], "period", lazy.next_screen(), ), - Key([self.mod], "comma", - lazy.prev_screen(), - ), ### Treetab controls Key([self.mod, "shift"], "h", lazy.layout.move_left(), -- cgit v1.2.3