From 63eba7bed6cbd86d8c94298448647e8f381d27e3 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 17:32:35 -0500 Subject: [PATCH] Bump Signed-off-by: Skylar "The Cobra" Widulski --- .config/guix/cobra/home.scm | 2 +- .config/guix/cobra/home/configs.scm | 18 ++++++++++++++++++ .config/guix/home-config.scm | 2 +- .config/sway/config | 18 ++++++++++++++++++ .prompt | 2 +- 5 files changed, 39 insertions(+), 3 deletions(-) diff --git a/.config/guix/cobra/home.scm b/.config/guix/cobra/home.scm index 32b450e..db38785 100644 --- a/.config/guix/cobra/home.scm +++ b/.config/guix/cobra/home.scm @@ -173,7 +173,7 @@ __ssh() { } __guix_env() { - local re='[\\(]?\\(\"([a-z]*)\"$' + local re='[\\(]?\\(\"([0-9a-z-]*)\"$' if [[ \"$GUIX_ENVIRONMENT\" ]]; then local PACKAGES=($(while read -r line; do [[ \"$line\" =~ $re ]] && printf '%s ' \"${BASH_REMATCH[1]}\" diff --git a/.config/guix/cobra/home/configs.scm b/.config/guix/cobra/home/configs.scm index bb85002..3630b02 100644 --- a/.config/guix/cobra/home/configs.scm +++ b/.config/guix/cobra/home/configs.scm @@ -511,6 +511,14 @@ bindsym $mod+9 workspace number 9 bindsym $mod+0 workspace number 10 bindsym $mod+mod1+1 workspace number 11 bindsym $mod+mod1+2 workspace number 12 +bindsym $mod+mod1+3 workspace number 13 +bindsym $mod+mod1+4 workspace number 14 +bindsym $mod+mod1+5 workspace number 15 +bindsym $mod+mod1+6 workspace number 16 +bindsym $mod+mod1+7 workspace number 17 +bindsym $mod+mod1+8 workspace number 18 +bindsym $mod+mod1+9 workspace number 19 +bindsym $mod+mod1+0 workspace number 20 # Move focused container to workspace bindsym $mod+Shift+1 move container to workspace number 1 bindsym $mod+Shift+2 move container to workspace number 2 @@ -522,6 +530,16 @@ bindsym $mod+Shift+7 move container to workspace number 7 bindsym $mod+Shift+8 move container to workspace number 8 bindsym $mod+Shift+9 move container to workspace number 9 bindsym $mod+Shift+0 move container to workspace number 10 +bindsym $mod+Shift+mod1+1 move container to workspace number 11 +bindsym $mod+Shift+mod1+2 move container to workspace number 12 +bindsym $mod+Shift+mod1+3 move container to workspace number 13 +bindsym $mod+Shift+mod1+4 move container to workspace number 14 +bindsym $mod+Shift+mod1+5 move container to workspace number 15 +bindsym $mod+Shift+mod1+6 move container to workspace number 16 +bindsym $mod+Shift+mod1+7 move container to workspace number 17 +bindsym $mod+Shift+mod1+8 move container to workspace number 18 +bindsym $mod+Shift+mod1+9 move container to workspace number 19 +bindsym $mod+Shift+mod1+0 move container to workspace number 20 # Layout stuff: bindsym $mod+b splith diff --git a/.config/guix/home-config.scm b/.config/guix/home-config.scm index 00a6e80..127a2a2 100644 --- a/.config/guix/home-config.scm +++ b/.config/guix/home-config.scm @@ -112,7 +112,7 @@ "gimp" "handbrake" "imagemagick" - "kodi" + ;"kodi" "mpv" "mpv-mpris" "reptyr" diff --git a/.config/sway/config b/.config/sway/config index b032703..afab5d8 100755 --- a/.config/sway/config +++ b/.config/sway/config @@ -85,6 +85,14 @@ bindsym $mod+9 workspace number 9 bindsym $mod+0 workspace number 10 bindsym $mod+mod1+1 workspace number 11 bindsym $mod+mod1+2 workspace number 12 +bindsym $mod+mod1+3 workspace number 13 +bindsym $mod+mod1+4 workspace number 14 +bindsym $mod+mod1+5 workspace number 15 +bindsym $mod+mod1+6 workspace number 16 +bindsym $mod+mod1+7 workspace number 17 +bindsym $mod+mod1+8 workspace number 18 +bindsym $mod+mod1+9 workspace number 19 +bindsym $mod+mod1+0 workspace number 20 # Move focused container to workspace bindsym $mod+Shift+1 move container to workspace number 1 bindsym $mod+Shift+2 move container to workspace number 2 @@ -96,6 +104,16 @@ bindsym $mod+Shift+7 move container to workspace number 7 bindsym $mod+Shift+8 move container to workspace number 8 bindsym $mod+Shift+9 move container to workspace number 9 bindsym $mod+Shift+0 move container to workspace number 10 +bindsym $mod+Shift+mod1+1 move container to workspace number 11 +bindsym $mod+Shift+mod1+2 move container to workspace number 12 +bindsym $mod+Shift+mod1+3 move container to workspace number 13 +bindsym $mod+Shift+mod1+4 move container to workspace number 14 +bindsym $mod+Shift+mod1+5 move container to workspace number 15 +bindsym $mod+Shift+mod1+6 move container to workspace number 16 +bindsym $mod+Shift+mod1+7 move container to workspace number 17 +bindsym $mod+Shift+mod1+8 move container to workspace number 18 +bindsym $mod+Shift+mod1+9 move container to workspace number 19 +bindsym $mod+Shift+mod1+0 move container to workspace number 20 # Layout stuff: bindsym $mod+b splith diff --git a/.prompt b/.prompt index ccf4f13..4066715 100644 --- a/.prompt +++ b/.prompt @@ -114,7 +114,7 @@ __ssh() { } __guix_env() { - local re='[\(]?\("([a-z]*)"$' + local re='[\(]?\("([0-9a-z-]*)"$' if [[ "$GUIX_ENVIRONMENT" ]]; then local PACKAGES=($(while read -r line; do [[ "$line" =~ $re ]] && printf '%s ' "${BASH_REMATCH[1]}"