Changeset 3e76cbf in dotfiles for guix/rde/src/wkz-p1.scm


Ignore:
Timestamp:
Apr 21, 2023, 11:41:44 PM (21 months ago)
Author:
Mikhail Kirillov <mikhail.kirillov@…>
Branches:
master
Children:
4efc9e1
Parents:
30cc41f
Message:

Add audio control to sway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guix/rde/src/wkz-p1.scm

    r30cc41f r3e76cbf  
    4040     ;; "ungoogled-chromium-wayland" "ublock-origin-chromium"
    4141
    42      "alsa-utils" "yt-dlp" "cozy"
     42     "alsa-utils" "pamixer" "yt-dlp"
    4343     "pavucontrol" "wev"
    4444     "imagemagick"
     
    6262     (bindswitch --reload --locked lid:on exec /run/setuid-programs/swaylock)
    6363
     64     ;; Brightness control
    6465     (bindsym --locked XF86MonBrightnessUp exec
    6566              ,(file-append (@ (gnu packages linux) brightnessctl) "/bin/brightnessctl")
     
    6970              set 5%-)
    7071
    71      (bindsym
    72       --locked $mod+Shift+t exec
    73       ,(file-append (@ (gnu packages music) playerctl) "/bin/playerctl")
    74       play-pause)
    75 
    76      (bindsym
    77       --locked $mod+Shift+n exec
    78       ,(file-append (@ (gnu packages music) playerctl) "/bin/playerctl")
    79       next)
    80 
    81      (bindsym $mod+Shift+o move workspace to output left)
     72     ;; Audio control
     73     (bindsym --locked XF86AudioLowerVolume exec
     74              ,(file-append (@ (gnu packages pulseaudio) pamixer) "/bin/pamixer")
     75              -ud 2)
     76     (bindsym --locked XF86AudioMute exec
     77              ,(file-append (@ (gnu packages pulseaudio) pamixer) "/bin/pamixer")
     78              --toggle-mute)
     79
    8280     (bindsym $mod+Ctrl+o focus output left)
    8381     (input type:touchpad
    84             ;; TODO: Move it to feature-sway or feature-mouse?
    85             (;; (natural_scroll enabled)
    86              (tap enabled)))
     82            ((tap enabled)))
    8783
    8884     ;; (xwayland disable)
Note: See TracChangeset for help on using the changeset viewer.