Compare commits

..

No commits in common. "9369f4a0eb1018b9ea6e84558864ed39615ed324" and "46a4df27af65e5e165a9f59f944c632ab91f2983" have entirely different histories.

5 changed files with 3 additions and 19 deletions

View file

@ -3,6 +3,6 @@ loop-playlist=inf
volume-max=200
hwdec=auto
video-sync=display-resample
script=/usr/lib/mpv-mpris/mpris.so
script=/usr/share/mpv/scripts/mpris.so
screenshot-directory="~/Pictures/Screenshots/"
script-opts=ytdl_hook-ytdl_path=/usr/bin/yt-dlp

View file

@ -222,7 +222,7 @@ bindsym --locked --no-repeat XF86AudioPrev exec playerctl previous
#bindsym Print exec flameshot gui -p ~/Pictures/Screenshots
#bindsym Shift+Print exec flameshot full -p ~/Pictures/Screenshots
#bindsym Ctrl+Shift+Print exec flameshot full -c
bindsym --no-repeat Print exec grim -g "$(slurp)" - | swappy -f -
bindsym Print exec grim -g "$(slurp)" - | swappy -f -
# Dunst
#bindsym $mod+Mod1+Space dunstctl close

1
.gitignore vendored
View file

@ -15,7 +15,6 @@
!.inputrc
!.bashrc
!.bash_profile
!.zshrc
!.profile
!.pam_environment
!README.md

View file

@ -1,6 +1,6 @@
QT_QPA_PLATFORMTHEME=qt5ct
GDK_BACKEND=wayland
QT_QPA_PLATFORM=wayland
TERMINAL=foot
TERMINAL=alacritty
#MOZ_ENABLE_WAYLAND=1

15
.zshrc
View file

@ -1,15 +0,0 @@
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000
unsetopt beep
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/logan/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
PROMPT='%F{208}%n%F{reset}@%m:%F{32}[%d]$ %F{reset}'