Changed terminal and font
This commit is contained in:
parent
a459b4a527
commit
6dfd548dce
1 changed files with 3 additions and 3 deletions
|
@ -17,15 +17,15 @@ XF86MonBrightness{Up,Down}
|
||||||
|
|
||||||
# terminal emulator
|
# terminal emulator
|
||||||
super + Return
|
super + Return
|
||||||
termite
|
st
|
||||||
|
|
||||||
# program launcher
|
# program launcher
|
||||||
super + p
|
super + p
|
||||||
rofi -show run -m -1 -padding 20 -width 30 -lines 5 -color-window "#111314, #7e57c2, #7e57c2" -color-normal "#111314, #7e57c2, #111314, #7e57c2, #111314" -color-active "#111314, #7e57c2, #111314, #7e57c2, #111314" -location 0 -font "GohuFont 14" -bc "#7e57c2" -bw 2 -opacity 100 -regex
|
rofi -show run -m -1 -padding 20 -width 30 -lines 5 -color-window "#111314, #7e57c2, #7e57c2" -color-normal "#111314, #7e57c2, #111314, #7e57c2, #111314" -color-active "#111314, #7e57c2, #111314, #7e57c2, #111314" -location 0 -font "Print Char 21 12" -bc "#7e57c2" -bw 2 -opacity 100 -regex
|
||||||
|
|
||||||
# window management
|
# window management
|
||||||
super + shift + p
|
super + shift + p
|
||||||
rofi -show window -m -1 -padding 20 -width 30 -lines 5 -color-window "#111314, #7e57c2, #7e57c2" -color-normal "#111314, #7e57c2, #111314, #7e57c2, #111314" -color-active "#111314, #7e57c2, #111314, #7e57c2, #111314" -location 0 -font "GohFont 14" -bc "#7e57c2" -bw 2 -opacity 100
|
rofi -show window -m -1 -padding 20 -width 30 -lines 5 -color-window "#111314, #7e57c2, #7e57c2" -color-normal "#111314, #7e57c2, #111314, #7e57c2, #111314" -color-active "#111314, #7e57c2, #111314, #7e57c2, #111314" -location 0 -font "Print Char 21 12" -bc "#7e57c2" -bw 2 -opacity 100
|
||||||
|
|
||||||
# make sxhkd reload its configuration files:
|
# make sxhkd reload its configuration files:
|
||||||
super + Escape
|
super + Escape
|
||||||
|
|
Loading…
Reference in a new issue