mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
Update .config/hypr/hyprland/binds/open_apps.conf
Update .config/hypr/hyprland/rules/feh.conf Update .config/yazi/yazi.toml Update .local/bin/screenshots.sh Update .local/bin/start_coding.sh
This commit is contained in:
@@ -75,7 +75,7 @@ window)
|
||||
grim -g "${x},${y} ${width}x${height}" "$tmp_path"
|
||||
;;
|
||||
region)
|
||||
grim -o $(hyprctl monitors -j | jq -r '.[] | select(.focused == true) | .name') "$tmp_path" && feh --fullscreen "$tmp_path" &
|
||||
grim -o $(hyprctl monitors -j | jq -r '.[] | select(.focused == true) | .name') "$tmp_path" && feh --title screenshot --fullscreen "$tmp_path" &
|
||||
sleep 0.5
|
||||
feh_pid=$(pgrep feh)
|
||||
grim -g "$(slurp)" "$tmp_path"
|
||||
@@ -83,7 +83,7 @@ region)
|
||||
kill -9 "$feh_pid"
|
||||
;;
|
||||
color)
|
||||
grim -o $(hyprctl monitors -j | jq -r '.[] | select(.focused == true) | .name') "$tmp_path" && feh --fullscreen "$tmp_path" &
|
||||
grim -o $(hyprctl monitors -j | jq -r '.[] | select(.focused == true) | .name') "$tmp_path" && feh --title screenshot --fullscreen "$tmp_path" &
|
||||
sleep 0.5
|
||||
feh_pid=$(pgrep feh)
|
||||
position=$(slurp -p)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
dir=$(find ~/Dokumenty/kodowanie/ -maxdepth 2 -type d ! -path '.*' | fzf)
|
||||
dir=$(find ~/Dokumenty/kodowanie/ -maxdepth 2 -type d ! -name '.*' | fzf)
|
||||
export EDITOR="nvim"
|
||||
|
||||
if [[ -n $dir ]]; then
|
||||
echo "You choose $dir"
|
||||
|
||||
Reference in New Issue
Block a user