Changeset 30cc41f in dotfiles
- Timestamp:
- Apr 21, 2023, 11:14:57 PM (21 months ago)
- Branches:
- master
- Children:
- 3e76cbf
- Parents:
- f73cc02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/rde/src/wkz-p1.scm
rf73cc02 r30cc41f 1 (define-module ( abcdw minimal)1 (define-module (wkz-p1) 2 2 #:use-module (rde features) 3 3 #:use-module (rde features base) 4 #:use-module (abcdw feature-lists)5 4 #:use-module (rde features documentation) 6 5 #:use-module (rde features linux) … … 36 35 (append 37 36 (strings->packages 38 ;; "figlet" ;; TODO: Move to emacs-artist-mode39 37 ;; "calibre" 40 38 "glibc-locales" 41 "icecat" "nyxt" 42 "ungoogled-chromium-wayland" "ublock-origin-chromium" 43 44 ;; "utox" "qtox" "jami" 39 "icecat" ;; "nyxt" 40 ;; "ungoogled-chromium-wayland" "ublock-origin-chromium" 45 41 46 42 "alsa-utils" "yt-dlp" "cozy" … … 49 45 "obs" "obs-wlrobs" 50 46 "recutils" "binutils" "make" 51 ;; "fheroes2" 52 53 "hicolor-icon-theme" ;; "adwaita-icon-theme" "gnome-themes-extra" 47 54 48 "papirus-icon-theme" "arc-theme" 55 49 "thunar" "fd" 56 50 "glib:bin" 57 58 ;; "libreoffice" 59 "ffmpeg" 60 "ripgrep")))) 51 "wob" "brightnessctl" 52 53 "ffmpeg")))) 61 54 62 55 (define sway-extra-config-service … … 65 58 home-sway-service-type 66 59 `((output DP-2 scale 2) 67 ;; (output * bg ,wallpaper-ai-art center)68 ;; (output eDP-1 disable)69 60 ,@(map (lambda (x) `(workspace ,x output DP-2)) (iota 8 1)) 70 61 71 ;; (workspace 9 output DP-2) 72 ;; (workspace 10 output DP-2) 73 74 ;; (bindswitch --reload --locked lid:on exec /run/setuid-programs/swaylock) 62 (bindswitch --reload --locked lid:on exec /run/setuid-programs/swaylock) 63 64 (bindsym --locked XF86MonBrightnessUp exec 65 ,(file-append (@ (gnu packages linux) brightnessctl) "/bin/brightnessctl") 66 set 5%+) 67 (bindsym --locked XF86MonBrightnessDown exec 68 ,(file-append (@ (gnu packages linux) brightnessctl) "/bin/brightnessctl") 69 set 5%-) 75 70 76 71 (bindsym … … 116 111 (feature-desktop-services) 117 112 (feature-hidpi) 118 ;;(feature-foreign-distro)113 (feature-foreign-distro) 119 114 120 115 (feature-sway)
Note:
See TracChangeset
for help on using the changeset viewer.