fix rofi by moving under i3
This commit is contained in:
parent
753f69ab62
commit
29b0cd71db
2 changed files with 3 additions and 1 deletions
|
|
@ -42,6 +42,8 @@ floating_modifier $mod
|
|||
# start a terminal
|
||||
bindsym $mod+Shift+Return exec run_terminal
|
||||
|
||||
bindsym Control+space exec rofi -show run -fuzzy -terminal run_terminal
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+c kill
|
||||
|
||||
|
|
|
|||
2
.xinitrc
2
.xinitrc
|
|
@ -6,7 +6,7 @@ xrdb -merge .Xdefaults &
|
|||
gnome-settings-daemon &
|
||||
xscreensaver -no-splash &
|
||||
#kupfer --no-splash &
|
||||
rofi -key-run control-space -fuzzy -terminal run_terminal &
|
||||
#rofi -key-run control-space -fuzzy -terminal run_terminal &
|
||||
nm-applet &
|
||||
gnome-sound-applet &
|
||||
setxkbmap -option ctrl:nocaps &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue