Closed Somnius closed 2 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
however I will consider this on future release to add more layout
for right alt + e for € sign (or if not right alt is not available right super or ctrl+alt+E)
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
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..
Just a suggestion, many people want to bind SUPER + E
for other purposes, maybe switch to SUPER+SHIFT+E
cause it's widely used ?
super E is for the quick edit
super alt e is configured for emoji selector
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: @.***>
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),
Feature Request
Description
Some stuff that can be implemented upon install of the scripts, or otherwize
Use Case
en,gr
to have english and greek keyboard layoutUserSettings.conf
bellowtouchpad
emote
with commandbind = $mainMod, period, exec, emote # open emoji selector ## paru -S emote ## not flatpak
overUserKeybinds.conf
~/.config/kitty/kitty.conf
likefont_size 10.0
or even12.0
Thank you for your time and effort, these dotfiles are my daily driver and i enjoy them plenty!