..
This commit is contained in:
@@ -73,6 +73,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.services.xdg-desktop-portal-wlr.enable = true;
|
||||
systemd.user.services.xdg-desktop-portal-wlr.serviceConfig.ExecStart = let
|
||||
settingsFormat = pkgs.formats.ini { };
|
||||
configFile = settingsFormat.generate "xdg-desktop-portal-wlr.ini" {
|
||||
@@ -111,6 +112,17 @@ in {
|
||||
};
|
||||
};
|
||||
xdg.portal = {
|
||||
wlr.enable = true;
|
||||
wlr.settings = {
|
||||
screencast = {
|
||||
output_name = "eDP-1";
|
||||
|
||||
# to make streaming of individual windows work
|
||||
chooser_type = "dmenu";
|
||||
chooser_cmd = "${lib.getExe pkgs.bemenu}";
|
||||
};
|
||||
};
|
||||
|
||||
enable = true;
|
||||
config = {
|
||||
common = {
|
||||
@@ -360,6 +372,9 @@ output "HDMI-A-1" {
|
||||
|
||||
|
||||
### Key bindings
|
||||
# ppc ne
|
||||
bindsym F12 exec ppc ne
|
||||
|
||||
# QuickLaunch
|
||||
bindsym $mod+i mode "QuickLaunch"
|
||||
mode QuickLaunch {
|
||||
|
||||
Reference in New Issue
Block a user