diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-12 11:47:18 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-12 11:47:18 +0900 |
| commit | 022fa1b4f26d347bf976757f000af88521c49da1 (patch) | |
| tree | 7eeebef9cf8647e4b815f5457beebc2927b78a02 /config/hypr/scripts | |
| parent | 2b1ba3b8f1c97237b76a1864164d4d9f34dd4a39 (diff) | |
cleaned up and adjusted rofi for 1080p
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/RofiEmoji.sh | 2 | ||||
| -rwxr-xr-x | config/hypr/scripts/Wlogout.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/RofiEmoji.sh b/config/hypr/scripts/RofiEmoji.sh index 4540f577..871313aa 100755 --- a/config/hypr/scripts/RofiEmoji.sh +++ b/config/hypr/scripts/RofiEmoji.sh @@ -1,7 +1,7 @@ #!/bin/bash sed '1,/^### DATA ###$/d' $0 | -rofi -dmenu | +rofi -dmenu -config ~/.config/rofi/config-long.rasi | cut -d ' ' -f 1 | tr -d '\n' | wl-copy exit diff --git a/config/hypr/scripts/Wlogout.sh b/config/hypr/scripts/Wlogout.sh index 3acd0d00..c8ce86c1 100755 --- a/config/hypr/scripts/Wlogout.sh +++ b/config/hypr/scripts/Wlogout.sh @@ -1,7 +1,7 @@ #!/bin/bash # If you have 1440p, better to use this -# wlogout --protocol layer-shell -b 5 -T 600 -B 600 & +#wlogout --protocol layer-shell -b 5 -T 600 -B 600 & # for 1080p wlogout --protocol layer-shell -b 5 -T 450 -B 450 & |
