Skip to content

Commit

Permalink
sway: enable screen-recorder again
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 31, 2024
1 parent 63595f1 commit 2abc8fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/home/programs/graphical/wms/sway/binds.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ in
looking-glass = "${getExe pkgs.looking-glass-client}";
screen-locker = "${getExe config.programs.swaylock.package}";
# window-inspector = "${getExe pkgs.hyprprop}";
# screen-recorder = "${getExe pkgs.${namespace}.record_screen}";
screen-recorder = "${getExe pkgs.${namespace}.record_screen}";

# screenshot commands
grimblast_area_file = ''file="${screenshot-path}/$(${getDateTime}).png" && ${grimblast} --freeze --notify save area "$file"'';
Expand Down Expand Up @@ -107,8 +107,8 @@ in
"Super_L+Control+Print" = "exec ${grimblast_screen_clipboard}";

# Screen recording
# "Super_L+Control+Alt+Print" = "exec ${screen-recorder} screen";
# "Super_L+Control+Alt+Shift+Print" = "exec ${screen-recorder} area";
"Super_L+Control+Alt+Print" = "exec ${screen-recorder} screen";
"Super_L+Control+Alt+Shift+Print" = "exec ${screen-recorder} area";

# Floating toggle
"Super_L+Alt+v" = "floating toggle";
Expand Down

0 comments on commit 2abc8fc

Please sign in to comment.