Add whole .config for backup of backup
This commit is contained in:
parent
c3efcd63a3
commit
6b045c09e3
8 changed files with 18 additions and 10 deletions
|
@ -137,10 +137,10 @@ bind = $mainMod, P, exec, ~/.config/rofi/powermenu/type-5/powermenu.sh
|
||||||
#Rofi Launcher
|
#Rofi Launcher
|
||||||
bind = $mainMod, Space, exec, ~/.config/rofi/launchers/type-4/launcher.sh
|
bind = $mainMod, Space, exec, ~/.config/rofi/launchers/type-4/launcher.sh
|
||||||
|
|
||||||
#Hyprshot for Screenshot
|
#Grim & Slurp for Screenshot
|
||||||
#bind = $mainMod, PRINT, exec, hyprshot -m window
|
bind = $mainMod_Shift, S, exec, slurp | grim -g - /tmp/photo && wl-copy < /tmp/photo && notify-send 'Screenshot Copied to Clipboard'
|
||||||
bind = , PRINT, exec, hyprshot -m output
|
bind = Alt+Shift, S, exec, grim -g "$(slurp)" $HOME/Downloads/Screenshot/$(date +'%Y%m%d%H%M%S').png && notify-send 'Screenshot Saved'
|
||||||
bind = $mainMod, X, exec, HYPRSHOT_DIR=$HYPRSHOT_DIR hyprshot -m region hyprshot -m region
|
|
||||||
|
|
||||||
#Task Manager
|
#Task Manager
|
||||||
bind = Ctrl_Shift, Tab, exec, $terminal $taskManager
|
bind = Ctrl_Shift, Tab, exec, $terminal $taskManager
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
preload = /home/archer/Downloads/wallpaper/forest-bridge.jpg
|
preload = /home/archer/Downloads/wallpaper/bxkx9z4xz4od1.jpeg
|
||||||
wallpaper = eDP-1, /home/archer/Downloads/wallpaper/forest-bridge.jpg
|
wallpaper = eDP-1, /home/archer/Downloads/wallpaper/bxkx9z4xz4od1.jpeg
|
||||||
splash = off
|
splash = off
|
||||||
ipc = off
|
ipc = off
|
||||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 3.7 MiB After Width: | Height: | Size: 0 B |
Binary file not shown.
Before Width: | Height: | Size: 678 KiB After Width: | Height: | Size: 0 B |
|
@ -32,7 +32,7 @@ button:hover {
|
||||||
#workspaces {
|
#workspaces {
|
||||||
padding: 2px 10px;
|
padding: 2px 10px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
background: rgba(203, 166, 247, 0.2);
|
background: rgba(203, 166, 247, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
|
|
@ -84,7 +84,7 @@ alias cls='clear'
|
||||||
alias tkill='tmux kill-server'
|
alias tkill='tmux kill-server'
|
||||||
alias isc='nvim $(fzf -m --preview="bat --color=always {}")'
|
alias isc='nvim $(fzf -m --preview="bat --color=always {}")'
|
||||||
alias ls='eza --tree --level=1 --icons --all --sort=Name'
|
alias ls='eza --tree --level=1 --icons --all --sort=Name'
|
||||||
alias search='eval "~/search.sh"'
|
alias search='eval "~/.local/bin/search.sh"'
|
||||||
alias pacman='sudo pacman'
|
alias pacman='sudo pacman'
|
||||||
# # eval "$(oh-my-posh init zsh)"
|
# # eval "$(oh-my-posh init zsh)"
|
||||||
# eval "$(starship init zsh --config $HOME/.config/starship/base.toml)"
|
# eval "$(starship init zsh --config $HOME/.config/starship/base.toml)"
|
||||||
|
|
10
zsh/.zshrc
10
zsh/.zshrc
|
@ -84,7 +84,7 @@ alias cls='clear'
|
||||||
alias tkill='tmux kill-server'
|
alias tkill='tmux kill-server'
|
||||||
alias isc='nvim $(fzf -m --preview="bat --color=always {}")'
|
alias isc='nvim $(fzf -m --preview="bat --color=always {}")'
|
||||||
alias ls='eza --tree --level=1 --icons --all --sort=Name'
|
alias ls='eza --tree --level=1 --icons --all --sort=Name'
|
||||||
alias search='eval "~/search.sh"'
|
alias search='eval "~/.local/bin/search.sh"'
|
||||||
alias pacman='sudo pacman'
|
alias pacman='sudo pacman'
|
||||||
# # eval "$(oh-my-posh init zsh)"
|
# # eval "$(oh-my-posh init zsh)"
|
||||||
# eval "$(starship init zsh --config $HOME/.config/starship/base.toml)"
|
# eval "$(starship init zsh --config $HOME/.config/starship/base.toml)"
|
||||||
|
@ -113,6 +113,14 @@ export FZF_DEFAULT_OPTS=" \
|
||||||
--multi"
|
--multi"
|
||||||
|
|
||||||
|
|
||||||
|
#alias connectGit='
|
||||||
|
#if ! pgrep -u "$USER" ssh-agent > /dev/null; then
|
||||||
|
# eval "$(ssh-agent -s)"
|
||||||
|
#fi
|
||||||
|
#ssh-add ~/.ssh/id_ed25519
|
||||||
|
#'
|
||||||
|
|
||||||
|
|
||||||
export PATH=$HOME/.config/rofi/scripts:$PATH
|
export PATH=$HOME/.config/rofi/scripts:$PATH
|
||||||
export HYPRSHOT_DIR=$HOME/Downloads/Screenshot:$HYPRSHOT_DIR
|
export HYPRSHOT_DIR=$HOME/Downloads/Screenshot:$HYPRSHOT_DIR
|
||||||
export STARSHIP_CONFIG=~/.config/starship/starship.toml
|
export STARSHIP_CONFIG=~/.config/starship/starship.toml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue