Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
c115136dc2 Save flameshot to clipboard 2025-05-22 18:33:55 +01:00
30d1fb1326 Replace lf with ranger 2025-05-21 10:44:01 +01:00
e276af98a8 Use bindkey emacs mode 2025-05-21 10:43:45 +01:00
3 changed files with 5 additions and 2 deletions

View file

@ -67,7 +67,7 @@ bindsym XF86MonBrightnessDown exec brightnessctl set 10%-
floating_modifier $mod
# Custom keybinds
bindsym $mod+s exec --no-startup-id flameshot gui -p ~/Pictures/captures --clipboard
bindsym $mod+s exec --no-startup-id flameshot gui --path ~/Pictures/captures --raw | xclip -selection clipboard -target image/png
bindsym $mod+f exec --no-startup-id firefox
bindsym $mod+u exec --no-startup-id autorandr -c
bindsym $mod+Shift+f exec --no-startup-id firefox --private-window

View file

@ -15,7 +15,6 @@ i3lock
keepassxc
keepmenu
less
lf
mpv
neovim
nextcloud-client
@ -28,6 +27,7 @@ plexamp-appimage
pulseaudio-control
picom
polybar
ranger
rsync
sxiv
rofi

3
.zshrc
View file

@ -20,6 +20,7 @@ SAVEHIST=10000
alias lss="ls -lah"
alias yt-dlp-mp4="yt-dlp --no-config --format 'bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]'"
alias t="todo.sh"
alias r="ranger"
alias gco="git checkout"
alias gcm="git commit -m"
@ -46,3 +47,5 @@ export NVM_DIR="$HOME/.nvm"
export PATH="$HOME/.dotnet/tools:$PATH"
export PATH="$HOME/.yarn/bin:$PATH"
# Emacs Mode
bindkey -e