JaKooLit / Arch-Hyprland

For automated installation of Hyprland on Arch or any arch based distros
GNU General Public License v3.0
1.62k stars 138 forks source link

[Feature Request]: Initial Script Tampering [kb_layout, scroll_factor, emoji] #123

Closed Somnius closed 2 months ago

Somnius commented 3 months ago

Feature Request

Description

Some stuff that can be implemented upon install of the scripts, or otherwize

Use Case

Thank you for your time and effort, these dotfiles are my daily driver and i enjoy them plenty!

JaKooLit commented 3 months ago

from e.g. only one keyboard layout "en" to let them write en,gr to have english and greek keyboard layoutto add an option

to change the scroll_factor for input on touch enabled devices (laptops) under UserSettings.conf bellow touchpadto

add alternative for emoji selector if needed, e.g. emote with command bind = $mainMod, period, exec, emote # open emoji selector ## paru -S emote ## not flatpak over UserKeybinds.conf

another one should be that if the user is on sub-par screen rez, like ~1300x800, identify that and make the kitty font size smaller over ~/.config/kitty/kitty.conf like font_size 10.0 or even 12.0

JaKooLit commented 3 months ago

https://github.com/JaKooLit/Hyprland-Dots/commit/fb3cd6d1cb4a2f2f72a527e13b61d9db4e336349

Somnius commented 3 months ago

Thank you about the font, i know about the other issues that are easy to tamper configs and do some, i'm just suggesting stuff for you to test out even once ;)

Also another suggestion about hyprlock.conf to uncomment path to screenshot instead of original glass wallpaper for lock screen

        path = screenshot   # screenshot of your desktop
        #path = $HOME/.config/hypr/wallpaper_effects/.wallpaper_modified   # NOTE only png supported for now

About euro symbol, maybe a key press call for a script like

xdotool type "€"

or maybe with xclip and paste.

printf "€" | xclip -selection clipboard
xdotool key ctrl+v

I've just tested out xdotool key AltGr+e and didn't work .. strange..

Somnius commented 3 months ago

Just a suggestion, many people want to bind SUPER + E for other purposes, maybe switch to SUPER+SHIFT+E cause it's widely used ?

JaKooLit commented 3 months ago

super E is for the quick edit

super alt e is configured for emoji selector

dwilliam62 commented 3 months ago

You can change the bindings at any time. But most people are now used to SUPER + E plus the docs, ettc.

I would suggest keeping it as is

Regards, 'Don

On Thu, Aug 8, 2024 at 1:13 PM Lefteris @SomniusX @.***> wrote:

Just a suggestion, many people want to bind SUPER + E for other purposes, maybe switch to SUPER+SHIFT+E cause it's widely used ?

— Reply to this email directly, view it on GitHub https://github.com/JaKooLit/Arch-Hyprland/issues/123#issuecomment-2276295483, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6Z4V6S6RQEEPNRJWD2OTMDZQORMLAVCNFSM6AAAAABLZGWNCOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZWGI4TKNBYGM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

JaKooLit commented 3 months ago

You can change the bindings at any time. But most people are now used to SUPER + E plus the docs, ettc. I would suggest keeping it as is Regards, 'Don On Thu, Aug 8, 2024 at 1:13 PM Lefteris @SomniusX @.> wrote: Just a suggestion, many people want to bind SUPER + E for other purposes, maybe switch to SUPER+SHIFT+E cause it's widely used ? — Reply to this email directly, view it on GitHub <#123 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6Z4V6S6RQEEPNRJWD2OTMDZQORMLAVCNFSM6AAAAABLZGWNCOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZWGI4TKNBYGM . You are receiving this because you are subscribed to this thread.Message ID: @.>

no worries

not planning to change anything

as I mentioned somewhere on some readme's or probably on wiki, cant remember, that can change keybinds only if presented with a valid arguments (i.e., universal keybinds),