From b2743ba7af7f6bbbdb192bf5fa3bc691020cc17a Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sat, 6 Sep 2025 00:34:01 +0200 Subject: [PATCH] * added alias for simple-scan via ssh (no window displayed when launched directly) * CH_fr keyboard only, as the laptop keyboard has been swapped --- .config/hypr/hyprland.conf | 10 +++++----- bin/alias | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 7115fe7..972b4e6 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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:(^$) diff --git a/bin/alias b/bin/alias index 39f87e3..9daed50 100644 --- a/bin/alias +++ b/bin/alias @@ -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"'