- moved system scripts to here
- config changes - fixed my backup scripts. rsync -a - added dmenu script - fixed finds in env.sh
This commit is contained in:
3
env/.config/.profile
vendored
3
env/.config/.profile
vendored
@@ -61,9 +61,8 @@ alias lfk=~/.local/bin/lf-gadgets/lf-kitty/lf-kitty
|
||||
alias ovim=/usr/bin/vim
|
||||
alias vim=nvim
|
||||
alias notes="cd ~/stuff/notes && vim notes.md && cd ~"
|
||||
alias ts="~/stuff/scripts/system/tmux-sessionizer.sh"
|
||||
alias ts="tmux-sessionizer.sh"
|
||||
alias fman="bash -c 'compgen -c' | fzf | xargs man"
|
||||
alias etask="$EDITOR ~/stuff/scripts/system/task.sh"
|
||||
|
||||
alias LC="fukn loadkeys ~/.config/swapscape.map"
|
||||
|
||||
|
||||
2
env/.config/hypr/hyprland.conf
vendored
2
env/.config/hypr/hyprland.conf
vendored
@@ -298,7 +298,7 @@ bind = $mainMod SHIFT, Q, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, space, togglefloating,
|
||||
bind = $mainMod, D, exec, $menu
|
||||
bind = $mainMod SHIFT, D, exec, $HOME/stuff/scripts/system/rofi-search-web.sh
|
||||
bind = $mainMod SHIFT, D, exec, $HOME/.local/bin/system/rofi-search-web.sh
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod SHIFT, i, togglesplit, # dwindle
|
||||
bind = $mainMod, f, fullscreen, 0
|
||||
|
||||
Reference in New Issue
Block a user