diff options
| author | Yigit Sever | 2024-11-26 18:19:34 +0100 |
|---|---|---|
| committer | Yigit Sever | 2024-11-26 18:19:34 +0100 |
| commit | 43c929d67ec3b9b5443355e83ca9bd0c267d62a1 (patch) | |
| tree | 18f8661ff44c23f259c52539449335131e8b4df1 | |
| parent | b4e1ac3b68c70483e454b09124ebabc77cae9878 (diff) | |
| download | dotfiles-43c929d67ec3b9b5443355e83ca9bd0c267d62a1.tar.gz dotfiles-43c929d67ec3b9b5443355e83ca9bd0c267d62a1.tar.bz2 dotfiles-43c929d67ec3b9b5443355e83ca9bd0c267d62a1.zip | |
hypr: change printscreen
| -rw-r--r-- | .config/hypr/conf/keybinds.conf | 4 | ||||
| -rw-r--r-- | .config/user-dirs.dirs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/hypr/conf/keybinds.conf b/.config/hypr/conf/keybinds.conf index b192c5d..82b26ba 100644 --- a/.config/hypr/conf/keybinds.conf +++ b/.config/hypr/conf/keybinds.conf | |||
| @@ -38,8 +38,8 @@ bindl = , XF86AudioPrev, exec, playerctl previous | |||
| 38 | # Optionally, customize slurp's appearance | 38 | # Optionally, customize slurp's appearance |
| 39 | env = SLURP_ARGS, -d -B F050F022 -b 10101022 -c ff00ff | 39 | env = SLURP_ARGS, -d -B F050F022 -b 10101022 -c ff00ff |
| 40 | 40 | ||
| 41 | bind = ,Print, exec, ~/.local/bin/screenshot.sh | 41 | bind = SHIFT, Print, exec, grimblast copysave area |
| 42 | bind = SHIFT, Print, exec, grimblast copy area | 42 | bind = ,Print, exec, grimblast copy area |
| 43 | 43 | ||
| 44 | # Move focus | 44 | # Move focus |
| 45 | bind = $mainMod, code:43, movefocus, l | 45 | bind = $mainMod, code:43, movefocus, l |
diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index 7723b1b..e13a65c 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs | |||
| @@ -13,4 +13,4 @@ XDG_PUBLICSHARE_DIR="$HOME/.local/share/publicshare" | |||
| 13 | XDG_MUSIC_DIR="$HOME/music" | 13 | XDG_MUSIC_DIR="$HOME/music" |
| 14 | XDG_PICTURES_DIR="$HOME/desk/pics" | 14 | XDG_PICTURES_DIR="$HOME/desk/pics" |
| 15 | XDG_VIDEOS_DIR="$HOME/desk/vids" | 15 | XDG_VIDEOS_DIR="$HOME/desk/vids" |
| 16 | XDG_SCREENSHOTS_DIR="$HOME/pics/screenshots" | 16 | XDG_SCREENSHOTS_DIR="$HOME/desk/pics/screenshots" |
