diff --git a/.config/qtile/README.org b/.config/qtile/README.org index b20a687..ef4da69 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -138,9 +138,9 @@ keys = [ # The essentials Key([mod], "Return", lazy.spawn(myTerm), desc="Terminal"), # Use 'rofi' as your run launcher. - # Key([mod, "shift"], "Return", lazy.spawn("rofi -show drun -show-icons"), desc='Run Launcher'), + Key([mod, "shift"], "Return", lazy.spawn("rofi -show drun -show-icons"), desc='Run Launcher'), # Use 'emacs' as your run launcher - Key([mod, "shift"], "Return", lazy.spawn('emacsclient -ce "(dt/emacs-run-launcher)" -F "((name . \\"emacs-run-launcher\\")(minibuffer . only)(width . 80)(height . 11))"'), desc='Run Launcher'), + # Key([mod, "shift"], "Return", lazy.spawn('emacsclient -ce "(dt/emacs-run-launcher)" -F "((name . \\"emacs-run-launcher\\")(minibuffer . only)(width . 80)(height . 11))"'), 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"), Key([mod], "Tab", lazy.next_layout(), desc="Toggle between layouts"), @@ -238,7 +238,6 @@ 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'), diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 7cef4fa..5ce4b89 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -62,9 +62,9 @@ keys = [ # The essentials Key([mod], "Return", lazy.spawn(myTerm), desc="Terminal"), # Use 'rofi' as your run launcher. - # Key([mod, "shift"], "Return", lazy.spawn("rofi -show drun -show-icons"), desc='Run Launcher'), + Key([mod, "shift"], "Return", lazy.spawn("rofi -show drun -show-icons"), desc='Run Launcher'), # Use 'emacs' as your run launcher - Key([mod, "shift"], "Return", lazy.spawn('emacsclient -ce "(dt/emacs-run-launcher)" -F "((name . \\"emacs-run-launcher\\")(minibuffer . only)(width . 80)(height . 11))"'), desc='Run Launcher'), + # Key([mod, "shift"], "Return", lazy.spawn('emacsclient -ce "(dt/emacs-run-launcher)" -F "((name . \\"emacs-run-launcher\\")(minibuffer . only)(width . 80)(height . 11))"'), 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"), Key([mod], "Tab", lazy.next_layout(), desc="Toggle between layouts"), @@ -162,7 +162,6 @@ 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'),