aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r--dotfiles/.config/sway/config15
1 files changed, 10 insertions, 5 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config
index b419f54..cb3623e 100644
--- a/dotfiles/.config/sway/config
+++ b/dotfiles/.config/sway/config
@@ -114,7 +114,7 @@ for_window [class="Pavucontrol"] floating enable
for_window [class="^qt5ct$"] floating enable, sticky enable
for_window [class="(?i)System-config-printer.py"] floating enable
for_window [title="wl-clipboard"] floating enable
-for_window [class="GLava"] border none
+for_window [class="GLava"] border none, blur disable, shadows disable
for_window [app_id=".*telegram.*"] sticky enable
for_window [app_id="zoom"] floating enable
@@ -150,6 +150,11 @@ input 1118:2083:Microsoft_Microsoft___Classic_IntelliMouse__ {
pointer_accel 0.5
}
+input 1133:49298:Logitech_G102_LIGHTSYNC_Gaming_Mouse {
+ accel_profile flat
+ pointer_accel -0.3
+}
+
# Keymaps
input * {
xkb_layout "us,es,ru"
@@ -372,8 +377,8 @@ bindsym --to-code {
$mod+XF86AudioPrev exec exremote "lmc prev"
$mod+XF86AudioPlay exec exremote "lmc toggle"
$mod+XF86AudioNext exec exremote "lmc next"
- $mod+XF86AudioRaiseVolume exec exremote "lmc up 5"
- $mod+XF86AudioLowerVolume exec exremote "lmc down 5"
+ $mod+XF86AudioRaiseVolume exec exremote "lmc up 2"
+ $mod+XF86AudioLowerVolume exec exremote "lmc down 2"
$mod+XF86AudioMute exec exremote "lmc mute"
$mod+Ctrl+Shift+F5 exec exremote "lmc back 5"
@@ -399,8 +404,8 @@ bindsym --to-code --locked {
XF86AudioPrev exec "lmc prev"
XF86AudioPlay exec "lmc toggle"
XF86AudioNext exec "lmc next"
- XF86AudioRaiseVolume exec lmc up 5
- XF86AudioLowerVolume exec lmc down 5
+ XF86AudioRaiseVolume exec lmc up 2
+ XF86AudioLowerVolume exec lmc down 2
XF86AudioMute exec lmc mute
$mod+Shift+F5 exec lmc back 5