use dmenu
This commit is contained in:
parent
00053d5013
commit
8dec242f0b
|
@ -1,10 +0,0 @@
|
|||
configuration {
|
||||
modi: "window,run,ssh";
|
||||
width: 20;
|
||||
lines: 1;
|
||||
auto-select: false;
|
||||
separator-style: "none";
|
||||
hide-scrollbar: true;
|
||||
fake-transparency: true;
|
||||
theme: "~/.cache/wal/colors-rofi-dark.rasi";
|
||||
}
|
|
@ -15,8 +15,8 @@ super + s
|
|||
surf ecosia.org
|
||||
|
||||
# program launcher
|
||||
super + r
|
||||
rofi -show run
|
||||
super + d
|
||||
dmenu_run
|
||||
|
||||
# make sxhkd and bspwm reload their configuration files:
|
||||
super + Escape
|
||||
|
@ -150,10 +150,10 @@ XF86MonBrightnessDown
|
|||
# keyboard backlight
|
||||
#
|
||||
XF86KbdBrightnessUp
|
||||
$SCRIPTS/kbdbacklight +
|
||||
$SCRIPTS/kbd/kbdbacklight +
|
||||
|
||||
XF86KbdBrightnessDown
|
||||
$SCRIPTS/kbdbacklight -
|
||||
$SCRIPTS/kbd/kbdbacklight -
|
||||
|
||||
#
|
||||
# media keys
|
||||
|
|
Loading…
Reference in New Issue