aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-07-30 17:39:34 -0500
committerJesús <heckyel@hyperbola.info>2019-07-30 17:39:34 -0500
commit31c629a6e5b56cf2f550b775fd990a87c2bf6cba (patch)
tree9885f274a5d18da0cab9df334898adf741c3d344 /config
parentdc02e2a400ff3fdb664192f778bfed074079b560 (diff)
downloadi3-config-31c629a6e5b56cf2f550b775fd990a87c2bf6cba.tar.lz
i3-config-31c629a6e5b56cf2f550b775fd990a87c2bf6cba.tar.xz
i3-config-31c629a6e5b56cf2f550b775fd990a87c2bf6cba.zip
config: remove unimportant parameter of rofi-menu
`-terminal termite`
Diffstat (limited to 'config')
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index a430742..a2e2f4f 100644
--- a/config
+++ b/config
@@ -40,7 +40,7 @@ bindsym $mod+Shift+q kill
# bindsym $mod+d exec dmenu_run
# bindsym $mod+d exec dmenu_run -p Menu: -l 3 -nb "#212121" -nf "#BDBDBD" -sf "#FFFF00" -fn Hack
# Rofi menu
-bindsym $mod+d exec "rofi -modi window,drun,run -show drun -sidebar-mode -terminal termite -color-window '#002B36, #002B36, #6C71C4' -color-normal '#002B36, #CACCD1, #002B36, #6C71C4, #FDF6E3' -color-active '#6C71C4, #FDF6E3, #6C71C4, #6C71C4, #FDF6E3' -font 'Noto Sans 12'"
+bindsym $mod+d exec "rofi -modi window,drun,run -show drun -sidebar-mode -color-window '#002B36, #002B36, #6C71C4' -color-normal '#002B36, #CACCD1, #002B36, #6C71C4, #FDF6E3' -color-active '#6C71C4, #FDF6E3, #6C71C4, #6C71C4, #FDF6E3' -font 'Noto Sans 12'"
# 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.