oda: rofi

This commit is contained in:
2017-11-21 18:51:47 +01:00
parent f4295e2c52
commit f8a8ca8083
6 changed files with 307 additions and 5 deletions

View File

@@ -28,6 +28,8 @@ set $base0D #97bbf7
set $base0E #c0b7f9
set $base0F #fcc09e
set $theme ~/.i3/rofi.theme
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
font pango:monospace 8
@@ -52,8 +54,11 @@ bindsym $mod+Return exec /usr/local/bin/roxterm
# kill focused window
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
bindsym $mod+d exec /usr/local/bin/dmenu_run
bindsym $mod+u exec rofi -theme $theme -show ssh -ssh-command "{terminal} -e '{ssh-client} {host}'"
bindsym $mod+i exec ~/.i3/menu.sh
bindsym $mod+o exec rofi -modi "browser:~/.i3/rofi-file-browser.sh" -show browser -theme $theme
bindsym $mod+n exec rofi -show run -theme $theme
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.