mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-22 14:50:58 +01:00
wm: Adapt to screeshot issue
This commit is contained in:
parent
639af5fa05
commit
1ad8373129
1 changed files with 1 additions and 2 deletions
|
|
@ -116,7 +116,6 @@ ckgrounds/nixos/nix-wallpaper-simple-dark-gray.png";
|
|||
center-visible-columns
|
||||
set-column-width
|
||||
set-window-height
|
||||
screenshot
|
||||
focus-monitor-right
|
||||
focus-monitor-left
|
||||
;
|
||||
|
|
@ -125,7 +124,7 @@ ckgrounds/nixos/nix-wallpaper-simple-dark-gray.png";
|
|||
# "Print".action = spawn "sh" "-c" ''
|
||||
# ${pkgs.grim}/bin/grim -g \"$(${pkgs.slurp}/bin/slurp)\" - | ${pkgs.wl-clipboard}/bin/wl-copy -t image/png
|
||||
# '';
|
||||
"Print".action = screenshot;
|
||||
"Print".action.screenshot = [];
|
||||
"Mod+Shift+l" = {
|
||||
action = spawn "${pkgs.swaylock-fancy}/bin/swaylock-fancy";
|
||||
hotkey-overlay.title = "Lock the screen";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue