* trying to solve simple-scanner xwaylad display issue
* removing binding to volume, as they seems to interfer with the left / right keys
This commit is contained in:
@@ -27,6 +27,8 @@ env = XDG_SESSION_HOME=~
|
|||||||
|
|
||||||
#auto start
|
#auto start
|
||||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
exec-once=systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
||||||
exec-once=hyprland-autoname-workspaces
|
exec-once=hyprland-autoname-workspaces
|
||||||
exec-once=hyprctl setcursor Bibata-Modern-Classic 48
|
exec-once=hyprctl setcursor Bibata-Modern-Classic 48
|
||||||
exec-once=waybar
|
exec-once=waybar
|
||||||
@@ -229,13 +231,13 @@ bind = $mainMod CTRL, right, workspace, e+1
|
|||||||
#multimedia keys
|
#multimedia keys
|
||||||
#bind = ,XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
#bind = ,XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
bind = ,XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise
|
bind = ,XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise
|
||||||
bind = ,code:115, exec, swayosd-client --output-volume raise
|
#bind = ,code:115, exec, swayosd-client --output-volume raise
|
||||||
#bind = ,XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
|
#bind = ,XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||||
bind = ,XF86AudioLowerVolume, exec, swayosd-client --output-volume lower
|
bind = ,XF86AudioLowerVolume, exec, swayosd-client --output-volume lower
|
||||||
bind = ,code:114, exec, swayosd-client --output-volume lower
|
#bind = ,code:114, exec, swayosd-client --output-volume lower
|
||||||
#bind = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
#bind = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
bind = ,XF86AudioMute, exec, swayosd-client --output-volume mute-toggle
|
bind = ,XF86AudioMute, exec, swayosd-client --output-volume mute-toggle
|
||||||
bind = ,code:113, exec, swayosd-client --output-volume mute-toggle
|
#bind = ,code:113, exec, swayosd-client --output-volume mute-toggle
|
||||||
|
|
||||||
bind = ,XF86AudioPlay, exec, playerctl play-pause
|
bind = ,XF86AudioPlay, exec, playerctl play-pause
|
||||||
bind = ,XF86PowerDown, exec, shutdown -h now
|
bind = ,XF86PowerDown, exec, shutdown -h now
|
||||||
|
|||||||
Reference in New Issue
Block a user