idk
This commit is contained in:
parent
b3684da328
commit
b8333ac248
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ in {
|
||||||
config = {
|
config = {
|
||||||
common = {
|
common = {
|
||||||
default = [ "kde" ];
|
default = [ "kde" ];
|
||||||
"org.freedesktop.impl.portal.FileChooser" = [ "cosmic" "kde" ];
|
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
|
||||||
"org.freedesktop.impl.portal.Access" = [ "kde" ];
|
"org.freedesktop.impl.portal.Access" = [ "kde" ];
|
||||||
"org.freedesktop.impl.portal.OpenUri" = [ "kde" ];
|
"org.freedesktop.impl.portal.OpenUri" = [ "kde" ];
|
||||||
"org.freedesktop.impl.portal.Desktop" = [ "kde" ];
|
"org.freedesktop.impl.portal.Desktop" = [ "kde" ];
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ in
|
||||||
in {
|
in {
|
||||||
"XF86AudioRaiseVolume".action.spawn = ["pamixer" "--allow-boost" "-i" "5"];
|
"XF86AudioRaiseVolume".action.spawn = ["pamixer" "--allow-boost" "-i" "5"];
|
||||||
"XF86AudioLowerVolume".action.spawn = ["pamixer" "--allow-boost" "-d" "5"];
|
"XF86AudioLowerVolume".action.spawn = ["pamixer" "--allow-boost" "-d" "5"];
|
||||||
"Super+E".action = spawn ["${pkgs.nushell}/bin/nu" "/home/chris/bin/nirilof" "emacs" "emacslient -c"];
|
"Super+E".action = spawn ["${pkgs.nushell}/bin/nu" "/home/chris/bin/nirilof" "emacs" "\"emacslient -c\""];
|
||||||
"Super+Return".action.spawn = "alacritty";
|
"Super+Return".action.spawn = "alacritty";
|
||||||
"Super+B".action = spawn ["${pkgs.nushell}/bin/nu" "/home/chris/bin/nirilof" "org.qutebrowser.qutebrowser" "qutebrowser"];
|
"Super+B".action = spawn ["${pkgs.nushell}/bin/nu" "/home/chris/bin/nirilof" "org.qutebrowser.qutebrowser" "qutebrowser"];
|
||||||
"Super+Alt+Space".action.spawn = "${pkgs.cosmic-launcher}/bin/cosmic-launcher";
|
"Super+Alt+Space".action.spawn = "${pkgs.cosmic-launcher}/bin/cosmic-launcher";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue