* added alias for simple-scan via ssh (no window displayed when launched directly)

* CH_fr keyboard only, as the laptop keyboard has been swapped
This commit is contained in:
2025-09-06 00:34:01 +02:00
parent 268075fd0a
commit b2743ba7af
2 changed files with 6 additions and 5 deletions

View File

@@ -55,8 +55,8 @@ xwayland {
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = us,ch
kb_variant = euro,fr
kb_layout = ch
kb_variant = fr
kb_model =
kb_options = grp:alt_space_toggle
kb_rules =
@@ -64,7 +64,7 @@ input {
follow_mouse = 1
touchpad {
natural_scroll = no
natural_scroll = yes
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
@@ -261,12 +261,12 @@ bind = , Print, exec, hyprshot --clipboard-only -m region
#windowrule = workspace 5, audacious
#windowrule = workspace 1, firefox
windowrule = float, class:com.github.hluk.copyq
windowrule = float,title:^(.*)Aria2(.*)Download(.*)Firefox(.*)$
#windowrule = float,title:^(.*)Aria2(.*)Download(.*)Firefox(.*)$
windowrule=float,class:clight-gui
windowrule=float,class:localsend
windowrule=float,class:blueman-manager
windowrule=workspace 10 silent,class:org.keepassxc.KeePassXC
#windowrule=workspace 10 silent,class:org.keepassxc.KeePassXC
windowrule = stayfocused,class:(steam),title:(^$)
windowrule = stayfocused,class:(zoom),title:(^$)

View File

@@ -3,4 +3,5 @@ alias iops="fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --na
alias btr="bluetoothctl connect 40:ED:98:1A:40:D0"
alias btro="bluetoothctl disconnect 40:ED:98:1A:40:D0"
alias ls="eza --icons=always --colour=always -l"
alias scan='ssh localhost "DISPLAY=:1 simple-scan -d"'