From 70a30b6274724399b0e003e4b418b728bbb1dce1 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 18 Sep 2020 11:29:18 +0200 Subject: [PATCH 1/4] [herbstluftwm] Moved rofi -show combi to Super-Tab Was on Super-x earlier --- herbstluftwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index b421f05..3eea672 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -37,7 +37,6 @@ hc keybind $Mod-Shift-r reload hc keybind $Mod-w close # programms -hc keybind $Mod-x spawn rofi -show combi hc keybind $Mod-Return spawn es hc keybind $Mod-t spawn alacritty hc keybind $Mod-b spawn brave @@ -46,6 +45,7 @@ hc keybind $Mod-Control-b spawn firefox-developer-edition hc keybind $Mod-Control-t spawn es -e '(eshell)' hc keybind $Mod-Control-m spawn es -e '(mu4e)' hc keybind $Mod-Control-e spawn es -e '(elfeed)' +hc keybind $Mod-Tab spawn rofi -show combi # audio, brightness, and screenshots hc keybind XF86AudioLowerVolume spawn amixer set Master 5%- unmute From 6524ed392ed9400767c2e61fc84d27b6fb35c347 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 18 Sep 2020 11:29:56 +0200 Subject: [PATCH 2/4] [herbstluftwm] Added rofi -show run on Super-x --- herbstluftwm/autostart | 1 + 1 file changed, 1 insertion(+) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 3eea672..dcd9a2b 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -45,6 +45,7 @@ hc keybind $Mod-Control-b spawn firefox-developer-edition hc keybind $Mod-Control-t spawn es -e '(eshell)' hc keybind $Mod-Control-m spawn es -e '(mu4e)' hc keybind $Mod-Control-e spawn es -e '(elfeed)' +hc keybind $Mod-x spawn rofi -show run hc keybind $Mod-Tab spawn rofi -show combi # audio, brightness, and screenshots From e090581f498105be1c65c5991e5bf4edd371f944 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 18 Sep 2020 11:30:14 +0200 Subject: [PATCH 3/4] [herbstluftm] Run Emacs Anywhere on Super+Control+Return --- herbstluftwm/autostart | 1 + 1 file changed, 1 insertion(+) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index dcd9a2b..9bb6bb3 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -47,6 +47,7 @@ hc keybind $Mod-Control-m spawn es -e '(mu4e)' hc keybind $Mod-Control-e spawn es -e '(elfeed)' hc keybind $Mod-x spawn rofi -show run hc keybind $Mod-Tab spawn rofi -show combi +hc keybind $Mod-Control-Return spawn ~/.emacs_anywhere/bin/run # audio, brightness, and screenshots hc keybind XF86AudioLowerVolume spawn amixer set Master 5%- unmute From 94c4238ffccab067503270666564287fa96827ae Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 18 Sep 2020 11:30:48 +0200 Subject: [PATCH 4/4] [herbstluftwm] Run Emacs with org-agenda on Super+Control+a --- herbstluftwm/autostart | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 9bb6bb3..4e72e9c 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -37,17 +37,18 @@ hc keybind $Mod-Shift-r reload hc keybind $Mod-w close # programms -hc keybind $Mod-Return spawn es -hc keybind $Mod-t spawn alacritty -hc keybind $Mod-b spawn brave -hc keybind $Mod-v spawn pavucontrol-qt -hc keybind $Mod-Control-b spawn firefox-developer-edition -hc keybind $Mod-Control-t spawn es -e '(eshell)' -hc keybind $Mod-Control-m spawn es -e '(mu4e)' -hc keybind $Mod-Control-e spawn es -e '(elfeed)' hc keybind $Mod-x spawn rofi -show run hc keybind $Mod-Tab spawn rofi -show combi +hc keybind $Mod-Return spawn es hc keybind $Mod-Control-Return spawn ~/.emacs_anywhere/bin/run +hc keybind $Mod-t spawn alacritty +hc keybind $Mod-b spawn brave +hc keybind $Mod-v spawn pavucontrol-qt +hc keybind $Mod-Control-b spawn firefox-developer-edition +hc keybind $Mod-Control-t spawn es -e '(eshell)' +hc keybind $Mod-Control-m spawn es -e '(mu4e)' +hc keybind $Mod-Control-e spawn es -e '(elfeed)' +hc keybind $Mod-Control-a spawn es -e '(org-agenda :arg "c")' # audio, brightness, and screenshots hc keybind XF86AudioLowerVolume spawn amixer set Master 5%- unmute