Removed mouse keybinds
This commit is contained in:
13
sway_config
13
sway_config
@@ -11,6 +11,19 @@ bindsym XF86AudioMicMute exec "pamixer --source 46 -t"
|
|||||||
bindsym XF86AudioRaiseVolume exec "pamixer -i 5 && pamixer --get-volume > /tmp/wob"
|
bindsym XF86AudioRaiseVolume exec "pamixer -i 5 && pamixer --get-volume > /tmp/wob"
|
||||||
bindsym XF86AudioLowerVolume exec "pamixer -d 5 && pamixer --get-volume > /tmp/wob"
|
bindsym XF86AudioLowerVolume exec "pamixer -d 5 && pamixer --get-volume > /tmp/wob"
|
||||||
|
|
||||||
|
### Input configuration
|
||||||
|
input "2:14:ETPS/2_Elantech_Touchpad" {
|
||||||
|
dwt enabled
|
||||||
|
tap enabled
|
||||||
|
natural_scroll enabled
|
||||||
|
middle_emulation enabled
|
||||||
|
}
|
||||||
|
|
||||||
|
set $lock swaylock --screenshots --clock --indicator --effect-blur 5x7
|
||||||
|
### Idle configuration
|
||||||
|
exec swayidle timeout 600 '$lock' timeout 1200 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000'
|
||||||
|
bindsym $mod+L exec $lock
|
||||||
|
|
||||||
|
|
||||||
input "type:keyboard" {
|
input "type:keyboard" {
|
||||||
xkb_layout de
|
xkb_layout de
|
||||||
|
|||||||
Reference in New Issue
Block a user