* 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:
@@ -55,8 +55,8 @@ xwayland {
|
|||||||
|
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
input {
|
input {
|
||||||
kb_layout = us,ch
|
kb_layout = ch
|
||||||
kb_variant = euro,fr
|
kb_variant = fr
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options = grp:alt_space_toggle
|
kb_options = grp:alt_space_toggle
|
||||||
kb_rules =
|
kb_rules =
|
||||||
@@ -64,7 +64,7 @@ input {
|
|||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = no
|
natural_scroll = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
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 5, audacious
|
||||||
#windowrule = workspace 1, firefox
|
#windowrule = workspace 1, firefox
|
||||||
windowrule = float, class:com.github.hluk.copyq
|
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:clight-gui
|
||||||
windowrule=float,class:localsend
|
windowrule=float,class:localsend
|
||||||
windowrule=float,class:blueman-manager
|
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:(steam),title:(^$)
|
||||||
windowrule = stayfocused,class:(zoom),title:(^$)
|
windowrule = stayfocused,class:(zoom),title:(^$)
|
||||||
|
|||||||
@@ -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 btr="bluetoothctl connect 40:ED:98:1A:40:D0"
|
||||||
alias btro="bluetoothctl disconnect 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 ls="eza --icons=always --colour=always -l"
|
||||||
|
alias scan='ssh localhost "DISPLAY=:1 simple-scan -d"'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user