mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Experimenting with using Emacs as a Rofi replacement; not working correctly--YET!
This commit is contained in:
@@ -61,6 +61,7 @@ def maximize_by_switching_layout(qtile):
|
||||
keys = [
|
||||
# The essentials
|
||||
Key([mod], "Return", lazy.spawn(myTerm), desc="Terminal"),
|
||||
# Use 'rofi' as a run launcher.
|
||||
Key([mod, "shift"], "Return", lazy.spawn("rofi -show drun -show-icons"), desc='Run Launcher'),
|
||||
Key([mod], "w", lazy.spawn(myBrowser), desc='Web browser'),
|
||||
Key([mod], "b", lazy.hide_show_bar(position='all'), desc="Toggles the bar to show/hide"),
|
||||
@@ -159,6 +160,7 @@ keys = [
|
||||
]),
|
||||
# Dmenu/rofi scripts launched using the key chord SUPER+p followed by 'key'
|
||||
KeyChord([mod], "p", [
|
||||
Key([], "Return", lazy.spawn("emacsclient -cF \"(visibility . nil)\" -e \"(dt/emacs-command-launcher)\""), desc='Emacs command launcher'),
|
||||
Key([], "h", lazy.spawn("dm-hub -r"), desc='List all dmscripts'),
|
||||
Key([], "a", lazy.spawn("dm-sounds -r"), desc='Choose ambient sound'),
|
||||
Key([], "b", lazy.spawn("dm-setbg -r"), desc='Set background'),
|
||||
|
||||
Reference in New Issue
Block a user