Skip to content

Commit 72c84f0

Browse files
committed
Add config files to rofi, add shortcut and launch rofi at beginning
1 parent e153cc3 commit 72c84f0

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

bspwm/bspwmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ bspc config normal_border_color "#202A25"
1717
# Staring wallpaper manager
1818
nitrogen --restore &
1919
picom &
20+
rofi -no-lazy-grab -show drun -modi drun &
2021

2122
# Adding the polybar
2223
$HOME/.config/polybar/launch.sh

rofi/config.rasi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/** Basic config file **/
2+
3+
configuration {
4+
modi: "window,run,drun,keys,ssh";
5+
show-icons: true;
6+
icon-theme: "Papirus";
7+
kb-row-up: "Up,Control+k,ISO_Left_Tab";
8+
kb-row-down: "Down,Control+j";
9+
kb-remove-to-eol: "Control+Shift+e";
10+
kb-accept-entry: "Control+m,Return,KP_Enter";
11+
}
12+
@import "/usr/share/rofi/themes/android_notification.rasi"

sxhkd/sxhkdrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ super + @space
1212

1313
# program launcher
1414
super + shift + @space
15-
rofi -no-lazy-grab -show run -modi drun
15+
rofi -no-lazy-grab -show run -modi run
1616

1717
# window switcher
1818
super + a
1919
rofi -no-lazy-grab -show window -modi window
2020

21+
# window switcher in screen
22+
super + shift + a
23+
rofi -no-lazy-grab -show windowcd -modi windowcd
24+
2125
# make sxhkd reload its configuration files:
2226
super + Escape
2327
pkill -USR1 -x sxhkd

0 commit comments

Comments
 (0)