mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 11:51:50 +08:00
Compare commits
2 Commits
373839598d
...
0f0c9fb5bb
Author | SHA1 | Date | |
---|---|---|---|
|
0f0c9fb5bb | ||
|
4cdee12996 |
@ -14,15 +14,12 @@ exec wlsunset -l 30.4 -L 104.0 -T 6500 -t 3500
|
||||
exec light -S 70
|
||||
exec --no-startup-id pipewire
|
||||
exec mako
|
||||
exec mpd
|
||||
exec ~/.cache/go/bin/mpd-mpris
|
||||
exec playerctld daemon
|
||||
|
||||
#my keybinds
|
||||
|
||||
bindsym $mod+Ctrl+o exec ~/.config/sway/scripts/outputs.sh
|
||||
bindsym $mod+Ctrl+l exec ~/.config/sway/scripts/logout.sh
|
||||
bindsym $mod+Print exec grim ~/Pictures/Screenshots/$(date +'%H:%M_%y%m%d.png'); \
|
||||
bindsym $mod+Print exec grim ~/Pictures/Screenshots/$(date +'%H:%M_%y%m%d.png') && \
|
||||
exec notify-send -t 3000 'Screenshot saved.'
|
||||
|
||||
#set gtk theme
|
||||
|
@ -39,7 +39,7 @@
|
||||
"interval": 1800
|
||||
},
|
||||
"custom/player": {
|
||||
"exec": "playerctl metadata --format '{{uc(playerName)}}: {{ artist }} - {{ album }} - {{ title }} {{emoji(status)}}'",
|
||||
"exec": "playerctl metadata --format '{{uc(playerName)}}: {{ artist }} - {{ album }} - {{ title }} {{emoji(status)}}' || echo 'Stopped '",
|
||||
"interval": 10,
|
||||
"on-click": "playerctl play-pause && notify-send `playerctl status` -t 1000"
|
||||
}
|
||||
|
4
.zshrc
4
.zshrc
@ -124,14 +124,14 @@ export MANLESS="Manual\ \$MAN_PN\ ?ltline\ %lt?L/%L.:byte\ %bB?s/%s..?\:?pB\ %pB
|
||||
export LESS="-RSM~"
|
||||
|
||||
#local path
|
||||
export PATH="${PATH}:${HOME}/.local/bin/:${HOME}/.scripts/:${HOME}/.cache/cargo/bin/:${HOME}/.cache/go/bin/"
|
||||
export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.scripts:${HOME}/.cache/cargo/bin:${HOME}/.cache/go/bin"
|
||||
export MANPATH="${MANPATH}:${HOME}/.local/share/man"
|
||||
|
||||
#ccache support
|
||||
export USE_CCACHE=1
|
||||
export PATH="/usr/lib/ccache/bin${PATH:+:}$PATH"
|
||||
|
||||
alias b='bat'
|
||||
alias b='bat -n'
|
||||
alias btctl='bluetoothctl'
|
||||
alias cp='cp -iv'
|
||||
alias df='df -h'
|
||||
|
Loading…
Reference in New Issue
Block a user