Compare commits
4 commits
46a4df27af
...
9369f4a0eb
Author | SHA1 | Date | |
---|---|---|---|
9369f4a0eb | |||
9a52280fb5 | |||
8481a57afa | |||
2b337c1f18 |
5 changed files with 19 additions and 3 deletions
|
@ -3,6 +3,6 @@ loop-playlist=inf
|
||||||
volume-max=200
|
volume-max=200
|
||||||
hwdec=auto
|
hwdec=auto
|
||||||
video-sync=display-resample
|
video-sync=display-resample
|
||||||
script=/usr/share/mpv/scripts/mpris.so
|
script=/usr/lib/mpv-mpris/mpris.so
|
||||||
screenshot-directory="~/Pictures/Screenshots/"
|
screenshot-directory="~/Pictures/Screenshots/"
|
||||||
script-opts=ytdl_hook-ytdl_path=/usr/bin/yt-dlp
|
script-opts=ytdl_hook-ytdl_path=/usr/bin/yt-dlp
|
||||||
|
|
|
@ -222,7 +222,7 @@ bindsym --locked --no-repeat XF86AudioPrev exec playerctl previous
|
||||||
#bindsym Print exec flameshot gui -p ~/Pictures/Screenshots
|
#bindsym Print exec flameshot gui -p ~/Pictures/Screenshots
|
||||||
#bindsym Shift+Print exec flameshot full -p ~/Pictures/Screenshots
|
#bindsym Shift+Print exec flameshot full -p ~/Pictures/Screenshots
|
||||||
#bindsym Ctrl+Shift+Print exec flameshot full -c
|
#bindsym Ctrl+Shift+Print exec flameshot full -c
|
||||||
bindsym Print exec grim -g "$(slurp)" - | swappy -f -
|
bindsym --no-repeat Print exec grim -g "$(slurp)" - | swappy -f -
|
||||||
|
|
||||||
# Dunst
|
# Dunst
|
||||||
#bindsym $mod+Mod1+Space dunstctl close
|
#bindsym $mod+Mod1+Space dunstctl close
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -15,6 +15,7 @@
|
||||||
!.inputrc
|
!.inputrc
|
||||||
!.bashrc
|
!.bashrc
|
||||||
!.bash_profile
|
!.bash_profile
|
||||||
|
!.zshrc
|
||||||
!.profile
|
!.profile
|
||||||
!.pam_environment
|
!.pam_environment
|
||||||
!README.md
|
!README.md
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
QT_QPA_PLATFORMTHEME=qt5ct
|
QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
GDK_BACKEND=wayland
|
GDK_BACKEND=wayland
|
||||||
QT_QPA_PLATFORM=wayland
|
QT_QPA_PLATFORM=wayland
|
||||||
TERMINAL=alacritty
|
TERMINAL=foot
|
||||||
|
|
||||||
#MOZ_ENABLE_WAYLAND=1
|
#MOZ_ENABLE_WAYLAND=1
|
||||||
|
|
15
.zshrc
Normal file
15
.zshrc
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# 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}'
|
Loading…
Reference in a new issue