little fix
This commit is contained in:
@@ -48,6 +48,7 @@
|
|||||||
"wal -R &"
|
"wal -R &"
|
||||||
# "hyprpaper &"
|
# "hyprpaper &"
|
||||||
"swww-daemon &"
|
"swww-daemon &"
|
||||||
|
"swww img ~/Pictures/wallpaper.png &"
|
||||||
# "hyprctl hyprpaper reload ,~/Pictures/wallpaper.png"
|
# "hyprctl hyprpaper reload ,~/Pictures/wallpaper.png"
|
||||||
"hyprpanel &"
|
"hyprpanel &"
|
||||||
"gsettings set org.gnome.desktop.interface cursor-theme '${config.home.pointerCursor.name}'"
|
"gsettings set org.gnome.desktop.interface cursor-theme '${config.home.pointerCursor.name}'"
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
SAVED_MODES_FILE="~/.saved_modes"
|
SAVED_MODES_FILE=".saved_modes"
|
||||||
TEMP_FILE="~/.saved_modes.tmp"
|
TEMP_FILE=".saved_modes.tmp"
|
||||||
|
|
||||||
|
SAVED_MODES_FILE="$HOME/$SAVED_MODES_FILE"
|
||||||
|
TEMP_FILE="$HOME/$TEMP_FILE"
|
||||||
|
|
||||||
# TODO: упростить работу с fzf
|
# TODO: упростить работу с fzf
|
||||||
# либо сделать вход сразу с fuzzy
|
# либо сделать вход сразу с fuzzy
|
||||||
|
|||||||
@@ -87,7 +87,7 @@
|
|||||||
grepps = "ps -A | grep";
|
grepps = "ps -A | grep";
|
||||||
try = ''f() { nix-shell -p "$@" --run zsh; unset -f f; }; f'';
|
try = ''f() { nix-shell -p "$@" --run zsh; unset -f f; }; f'';
|
||||||
|
|
||||||
wttr = "curl wttr.in/Ramenki?p1MQ";
|
wttr = "curl wttr.in/Ramenki\\?p1MQ";
|
||||||
|
|
||||||
gitpa = ''f() { git add -A && git commit -m "$1" && git push; }; f'';
|
gitpa = ''f() { git add -A && git commit -m "$1" && git push; }; f'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user