Skip to content

Commit

Permalink
Merge pull request #49 from regolith-linux/fix/sway_gnome_settings
Browse files Browse the repository at this point in the history
fix: add gnome-control-center configs for sway
  • Loading branch information
kgilmer authored Jan 8, 2025
2 parents a1a77b9 + 7b44c91 commit 6d7eb7e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 14 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Depends: ${misc:Depends},
Recommends: regolith-sway-audio-idle-inhibit,
regolith-sway-background,
regolith-sway-clamshell,
regolith-sway-control-center-regolith,
regolith-sway-control-center-regolith | regolith-sway-control-center-gnome,
regolith-sway-default-style,
regolith-sway-gaps,
regolith-sway-grimshot,
Expand Down Expand Up @@ -217,6 +217,18 @@ Replaces: regolith-wm-gnome
Description: regolith and gnome integrations for system management
Launch regolith settings app for system management.

Package: regolith-sway-control-center-gnome
Architecture: any
Depends: ${misc:Depends},
regolith-wm-config,
gnome-control-center,
gnome-settings-daemon
Provides: regolith-wm-control-center
Conflicts: regolith-wm-gnome
Replaces: regolith-wm-gnome
Description: regolith and gnome integrations for system management
Launch gnome settings app for system management.

Package: regolith-i3-control-center-gnome
Architecture: any
Depends: ${misc:Depends},
Expand Down Expand Up @@ -412,4 +424,4 @@ Architecture: any
Depends: ${misc:Depends},
regolith-wm-config,
grimshot
Description: Enable window and screen captures
Description: Enable window and screen captures
1 change: 1 addition & 0 deletions debian/regolith-sway-control-center-gnome.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/share/regolith/sway/config.d/60_gnome_config_keybindings
3 changes: 0 additions & 3 deletions usr/share/regolith/sway/config.d/60_gnome_config_keybindings
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ set_from_resource $wm.program.files wm.program.files /usr/bin/nautilus --new-win
bindsym $mod+$wm.binding.files exec --no-startup-id $wm.program.files

for_window [class="gnome-control-center"] floating enable

set_from_resource $wm.program.media-keys wm.program.media-keys /usr/libexec/gnome-flashback-media-keys
exec --no-startup-id $wm.program.media-keys

0 comments on commit 6d7eb7e

Please sign in to comment.