Compare commits
No commits in common. "9369f4a0eb1018b9ea6e84558864ed39615ed324" and "46a4df27af65e5e165a9f59f944c632ab91f2983" have entirely different histories.
9369f4a0eb
...
46a4df27af
5 changed files with 3 additions and 19 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/lib/mpv-mpris/mpris.so
|
script=/usr/share/mpv/scripts/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 --no-repeat Print exec grim -g "$(slurp)" - | swappy -f -
|
bindsym 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,7 +15,6 @@
|
||||||
!.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=foot
|
TERMINAL=alacritty
|
||||||
|
|
||||||
#MOZ_ENABLE_WAYLAND=1
|
#MOZ_ENABLE_WAYLAND=1
|
||||||
|
|
15
.zshrc
15
.zshrc
|
@ -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}'
|
|
Loading…
Reference in a new issue