fix: small rofi fix
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# editor
|
# editor
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
export TERMINAL=kitty
|
||||||
|
|
||||||
|
|
||||||
# infinite bash history
|
# infinite bash history
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ if [ -f "$HOME/.bash_exports" ]; then
|
|||||||
. "$HOME/.bash_exports"
|
. "$HOME/.bash_exports"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# bash decorations
|
# bash decorations
|
||||||
# arch-linux default:
|
# arch-linux default:
|
||||||
# PS1='[\u@\h \W]\$ '
|
# PS1='[\u@\h \W]\$ '
|
||||||
|
|||||||
0
.config/fastfetch/detect_os.py
Normal file → Executable file
0
.config/fastfetch/detect_os.py
Normal file → Executable file
@@ -28,7 +28,7 @@ bind = $mainMod SHIFT, T, layoutmsg, swapsplit
|
|||||||
# apps binds
|
# apps binds
|
||||||
bind = $mainMod, Q, exec, kitty
|
bind = $mainMod, Q, exec, kitty
|
||||||
bind = $mainMod, E, exec, thunar
|
bind = $mainMod, E, exec, thunar
|
||||||
bind = $mainMod, R, exec, rofi -show drun -no-history -matching prefix -drun-match-fields name -no-tokenize
|
bind = $mainMod, R, exec, rofi -show drun -terminal kitty -no-history -matching prefix -drun-match-fields name -no-tokenize
|
||||||
bind = $mainMod SHIFT, R, exec, ~/.config/rofi/network-manager/run-manager.sh
|
bind = $mainMod SHIFT, R, exec, ~/.config/rofi/network-manager/run-manager.sh
|
||||||
bind = $mainMod, C, exec, hyprpicker -a
|
bind = $mainMod, C, exec, hyprpicker -a
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user