From 85e37e4bae6ffa4743aa337ac59cca09e162c87a Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 31 Aug 2021 10:45:58 +0200 Subject: [PATCH] Revert "Added rofi-shortcuts as an alternative help menu" This reverts commit 940784bf5a08b76248d27b060593cd653d2298b8. --- .config/i3/config | 4 --- .config/i3/i3blocks.conf | 5 --- .config/i3/keybindings-rofi | 54 ------------------------------- .config/i3/scripts/rofi-shortcuts | 12 ------- 4 files changed, 75 deletions(-) delete mode 100644 .config/i3/keybindings-rofi delete mode 100755 .config/i3/scripts/rofi-shortcuts diff --git a/.config/i3/config b/.config/i3/config index 87fb1e3..76f385b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -188,10 +188,6 @@ bindsym $mod+Shift+r restart # keybinding list in editor: bindsym $mod+F1 exec xed ~/.config/i3/keybindings -# Uncomment to use rofi script instead -# keybinding list rofi script -#bindsym $mod+F1 exec xed ~/.config/i3/rofi-shortcuts - # Backlight control bindsym XF86MonBrightnessUp exec xbacklight +10 bindsym XF86MonBrightnessDown exec xbacklight -10 diff --git a/.config/i3/i3blocks.conf b/.config/i3/i3blocks.conf index 9eaa793..8594076 100644 --- a/.config/i3/i3blocks.conf +++ b/.config/i3/i3blocks.conf @@ -136,11 +136,6 @@ interval=1 full_text= command=~/.config/i3/scripts/keyhint.sh -# Uncomment to use rofi script instead -#[keybindings] -#full_text= -#command=~/.config/i3/scripts/rofi-shortcuts - [time] #label= command=date '+%a %d %b %H:%M:%S' diff --git a/.config/i3/keybindings-rofi b/.config/i3/keybindings-rofi deleted file mode 100644 index f6d9c26..0000000 --- a/.config/i3/keybindings-rofi +++ /dev/null @@ -1,54 +0,0 @@ -**~**Info**~EndeavourOS i3wm Keybindings cheat sheet -i3~**info**~ = windows key -i3~+Return~Start xfce4-terminal -i3~+c~kill focused window -i3~F9 or +i~Application menu search by typing (fancy Rofi menu): -i3~F10 or +t~Window switcher menu (fancy Rofu menu): -i3~+Shift+e~Fancy exit-menu on bottom right: -i3~+l~Locks the screen with a picture or blurring the screen (options in config) -i3~+Shift+c~Reload the configuration file -i3~+Shift+r~Restart i3 inplace (preserves your layout/session, can be used to upgrade i3) -i3~+F1~Full keybinding list in editor: -i3~+j~Change windows focus left -i3~+k~Change windows focus down -i3~+b~Change windows focus up -i3~+o~Change windows focus right -i3~**Info**~alternatively you can use the cursor keys: -i3~+Left~Focus left -i3~+Down~Focus down -i3~+Up~Focus up -i3~+Right~Focus right -i3~**Info**~Move a focused window -i3~+Shift+j~Move left -i3~+Shift+k~Move down -i3~+Shift+b~Move up -i3~+Shift+o~Move right -i3~**Info**Alternatively you can use the cursor keys: -i3~+Shift+Left~Move left -i3~+Shift+Down~Move down -i3~+Shift+Up~Move up -i3~+Shift+Right~Move right -i3~**Info**~Split orientation -i3~+h~split h -split in horizontal orientantion -i3~+v~split v - split in vertical orientation -i3~+f~Fullscreen toggle -enter fullscreen mode for the focused container -i3~**Info**Layouts (stacked, tabbed, toggle split) -i3~+s~Layout stacking -i3~+g~Layout tabbed -i3~+e~Layout toggle split -i3~+Shift+space~Floating toggle (tiling / floating) -i3~+space~Focus mode_toggle -change focus between tiling / floating windows -i3~+a~Focus parent -focus the parent container -i3~+d~Focus child -focus the child container -i3~+right~Mouse button -resize floating window -i3~+p~Multimedia Keys -Redirect sound to headphones -i3~+w~Starts Firefox -i3~+n~Starts Thunar -i3~Print~Take a screenshot -info~##~to update this run the following command: -info~##~wget backups=1 https://raw.githubusercontent.com/endeavouros-team/i3-EndeavourOS/master/.config/i3/keybindings -P ~/.config/i3/ -info~##~All sources and updates are available at GitHub: -infi~##~https://github.com/endeavouros-team/i3-EndeavourOS -info~##~For reference consult our WIKI: -info~##~https://endeavouros.com/docs/window-tiling-managers/i3-wm/ - diff --git a/.config/i3/scripts/rofi-shortcuts b/.config/i3/scripts/rofi-shortcuts deleted file mode 100755 index 4109e05..0000000 --- a/.config/i3/scripts/rofi-shortcuts +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash -grep -v "|#|" -h ~/.config/i3/keybindings-rofi | - column -t -s"~" -c 90 -N Name,Key,Action | - rofi\ - -font "dejavu sans mono 10"\ - -width 80\ - -location 2\ - -dmenu\ - -i\ - -p 'i3-Shortcuts'\ - -hide-scrollbar -