From fd82bcabcd2f998a23931f3986e81d7cac949c13 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 20 Apr 2022 22:23:27 -0700 Subject: Have rofi extend xbindkeys for keys to bind --- oni/home/data/config.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'oni/home/data') diff --git a/oni/home/data/config.scm b/oni/home/data/config.scm index 217b239..09f0949 100644 --- a/oni/home/data/config.scm +++ b/oni/home/data/config.scm @@ -280,8 +280,6 @@ ((XF86AudioPlay) . "herbstclient spawn mpc toggle") ((XF86AudioNext) . "herbstclient spawn mpc next") ((XF86AudioPrev) . "herbstclient spawn mpc prev") - ((mod4 r) . "herbstclient spawn rofi -show run") - ((mod4 w) . "herbstclient spawn rofi -show window -window-command \"/home/chelys/usr/bin/hlwm-switch-to-window {window}\"") ((mod4 c) ("1" . "herbstclient move_index 0") ("2" . "herbstclient move_index 1") @@ -354,8 +352,6 @@ (list "set_monitors 1920x1080+0+0" "focus_edge left" - "keybind Mod4-r spawn rofi -show run" - "keybind Mod4-w spawn rofi -show window -window-command \"$HOME/usr/bin/hlwm-switch-to-window {window}\"" "keybind Mod4-apostrophe spawn dunstctl close" "keybind Mod4-quotedbl spawn dunstctl close-all" "keybind Mod4-Control-apostrophe spawn dunstctl history-pop" -- cgit v1.2.3-54-g00ecf