changes since moving back to arch
parent
fbb9dd0866
commit
20ed10606e
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
img () {
|
img () {
|
||||||
#chafa "$1" --size="$2"x"$3" --animate=false | sed 's/#/\n#/g'
|
chafa "$1" --size="$2"x"$3" --animate=false | sed 's/#/\n#/g'
|
||||||
chafa --format=symbols "$1" --size="$2"x"$3"
|
#chafa --format=symbols "$1" --size="$2"x"$3"
|
||||||
}
|
}
|
||||||
|
|
||||||
W="$(($(tput cols)/2 - 10))"
|
W="$(($(tput cols)/2 - 10))"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
music_directory "~/Music"
|
music_directory "~/media/audio"
|
||||||
playlist_directory "~/.config/mpd/playlists/"
|
playlist_directory "~/.config/mpd/playlists/"
|
||||||
|
|
||||||
auto_update "yes"
|
auto_update "yes"
|
||||||
|
|
|
@ -50,7 +50,7 @@ exec_always {
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
#
|
#
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 900 'swaylock &' \
|
timeout 900 'waylock &' \
|
||||||
timeout 1200 'swaymsg "output * dpms off"' \
|
timeout 1200 'swaymsg "output * dpms off"' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
before-sleep 'waylock &'
|
before-sleep 'waylock &'
|
||||||
|
@ -233,15 +233,15 @@ mode "resize" {
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
#custom keybinds
|
#custom keybinds
|
||||||
bindsym XF86AudioRaiseVolume exec vol.sh -i 0.02
|
bindsym XF86AudioRaiseVolume exec ~/.local/scripts/vol.sh -i 0.02
|
||||||
bindsym XF86AudioLowerVolume exec vol.sh -d 0.02
|
bindsym XF86AudioLowerVolume exec ~/.local/scripts/vol.sh -d 0.02
|
||||||
bindsym XF86AudioMute exec vol.sh --toggle-mute
|
bindsym XF86AudioMute exec ~/.local/scripts/vol.sh --toggle-mute
|
||||||
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||||
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
||||||
#bindsym $mod+p exec fixscr.sh --menu
|
#bindsym $mod+p exec fixscr.sh --menu
|
||||||
bindsym $mod+p exec get-pass.sh -c
|
bindsym $mod+p exec ~/.local/scripts/get-pass.sh -c
|
||||||
bindsym $mod+o exec browser.sh
|
bindsym $mod+o exec ~/.local/scripts/browser.sh
|
||||||
bindsym $mod+shift+s exec ss.sh -s
|
bindsym $mod+shift+s exec ~/.local/scripts/ss.sh -s
|
||||||
bindsym ctrl+alt+delete exec waylogout
|
bindsym ctrl+alt+delete exec waylogout
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,12 @@
|
||||||
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
|
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
|
||||||
# absolute path. No other format is supported.
|
# absolute path. No other format is supported.
|
||||||
#
|
#
|
||||||
XDG_DESKTOP_DIR="$HOME/Desktop"
|
XDG_DESKTOP_DIR="$HOME/.local/share/desktop"
|
||||||
XDG_DOWNLOAD_DIR="$HOME/Downloads"
|
XDG_DOWNLOAD_DIR="$HOME/dl"
|
||||||
XDG_TEMPLATES_DIR="$HOME/Templates"
|
XDG_TEMPLATES_DIR="$HOME/.local/share/templates/"
|
||||||
XDG_PUBLICSHARE_DIR="$HOME/Public"
|
XDG_PUBLICSHARE_DIR="$HOME/.local/share/public"
|
||||||
XDG_DOCUMENTS_DIR="$HOME/Documents"
|
XDG_DOCUMENTS_DIR="$HOME/docs"
|
||||||
XDG_MUSIC_DIR="$HOME/Music"
|
XDG_MUSIC_DIR="$HOME/.files/media/audio"
|
||||||
XDG_PICTURES_DIR="$HOME/Pictures"
|
XDG_PICTURES_DIR="$HOME/.files/media/img"
|
||||||
XDG_VIDEOS_DIR="$HOME/Videos"
|
XDG_VIDEOS_DIR="$HOME/.files/media/video"
|
||||||
|
XDG_DOWNLOADS_DIR="$HOME/dl"
|
||||||
|
|
|
@ -64,7 +64,7 @@ export BROWSER="browser.sh"
|
||||||
|
|
||||||
|
|
||||||
#lf icons
|
#lf icons
|
||||||
[ -f "$HOME"/.config/lf/lf-icons.sh ] && source "$HOME"/.config/lf/lf-icons.sh
|
[ -f "$HOME"/.config/lf/lf-icons.sh ] && . "$HOME"/.config/lf/lf-icons.sh
|
||||||
|
|
||||||
#fixes
|
#fixes
|
||||||
#fix weird terminal issues
|
#fix weird terminal issues
|
||||||
|
|
|
@ -134,6 +134,8 @@ source $ZSH/oh-my-zsh.sh
|
||||||
# Example aliases
|
# Example aliases
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
|
#[ -f ~/.config/zsh/.zprofile ] && source ~/.config/zsh/.zprofile
|
||||||
|
|
||||||
[ -f ~/.config/aliasrc ] && source ~/.config/aliasrc
|
[ -f ~/.config/aliasrc ] && source ~/.config/aliasrc
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4234c835e10af1e918b1cbcf68579b4634f53570
|
Subproject commit 992a388711923272e6a947712f6811f4fc5967a4
|
Loading…
Reference in New Issue