This commit is contained in:
elkowar 2024-07-07 17:58:39 +02:00
parent 238da9413e
commit ac065da8f5
Signed by: ElKowar
GPG key ID: 862BA3D7D7760F13
2 changed files with 9 additions and 4 deletions

View file

@ -78,7 +78,9 @@
(box :orientation "v" (box :orientation "v"
:valign "fill" :valign "fill"
:vexpand true :vexpand true
(button :onclick "./audio.sh toggle" (button :onclick "rofi -show rofi-sound -modi 'rofi-sound:rofi-sound-output-chooser' &"
:onrightclick "./audio.sh toggle"
(label :text audio_sink)) (label :text audio_sink))
(button :onclick "pavucontrol &" (button :onclick "pavucontrol &"
"${volume}%"))))) "${volume}%")))))

View file

@ -27,7 +27,8 @@ exec mkfifo $WOBSOCK && tail -f $WOBSOCK | wob
exec_always import-gsettings exec_always import-gsettings
output * bg /usr/share/backgrounds/default-dark.png fill output * bg /home/elk/Pictures/wallpapers/lamps_window_large.jpeg fill
#output * bg /usr/share/backgrounds/default-dark.png fill
output HDMI-A-1 { output HDMI-A-1 {
resolution 2560x1440@99.982Hz resolution 2560x1440@99.982Hz
@ -83,8 +84,8 @@ input "1133:50503:Logitech_USB_Receiver" {
tap enabled tap enabled
natural_scroll disabled natural_scroll disabled
dwt enabled dwt enabled
accel_profile "flat" accel_profile "adaptive"
pointer_accel -0.2 pointer_accel -0.7
} }
@ -96,6 +97,8 @@ input "1133:50503:Logitech_USB_Receiver" {
bindsym $mod+Shift+p exec rofi -show drun -theme sidebar bindsym $mod+Shift+p exec rofi -show drun -theme sidebar
bindsym Ctrl+Shift+space exec 1password --quick-access
# Move your focus around # Move your focus around
bindsym $mod+$left focus left bindsym $mod+$left focus left
bindsym $mod+$down focus down bindsym $mod+$down focus down