Changeset 3e76cbf in dotfiles for guix/rde/src/wkz-p1.scm
- Timestamp:
- Apr 21, 2023, 11:41:44 PM (21 months ago)
- Branches:
- master
- Children:
- 4efc9e1
- Parents:
- 30cc41f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/rde/src/wkz-p1.scm
r30cc41f r3e76cbf 40 40 ;; "ungoogled-chromium-wayland" "ublock-origin-chromium" 41 41 42 "alsa-utils" " yt-dlp" "cozy"42 "alsa-utils" "pamixer" "yt-dlp" 43 43 "pavucontrol" "wev" 44 44 "imagemagick" … … 62 62 (bindswitch --reload --locked lid:on exec /run/setuid-programs/swaylock) 63 63 64 ;; Brightness control 64 65 (bindsym --locked XF86MonBrightnessUp exec 65 66 ,(file-append (@ (gnu packages linux) brightnessctl) "/bin/brightnessctl") … … 69 70 set 5%-) 70 71 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 82 80 (bindsym $mod+Ctrl+o focus output left) 83 81 (input type:touchpad 84 ;; TODO: Move it to feature-sway or feature-mouse? 85 (;; (natural_scroll enabled) 86 (tap enabled))) 82 ((tap enabled))) 87 83 88 84 ;; (xwayland disable)
Note:
See TracChangeset
for help on using the changeset viewer.