Skip to content

Commit

Permalink
📦️ swappy -> satty
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Jan 25, 2024
1 parent 13dc2df commit 6e10faa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions home/gwen/conf/ui/wayland/swayfx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
imports = [

../programs/swaylock.nix
../programs/waybar.nix
#../programs/waybar.nix

../services/cliphist.nix
../services/swaybg.nix
Expand Down Expand Up @@ -69,6 +69,7 @@
default_floating_border normal 2
exec_always --no-startup-id xrdb -merge ~/.Xresources &
exec_always --no-startup-id copyq &
exec_always --no-startup-id kanshi &
exec_always --no-startup-id nm-applet &
exec --no-startup-id ags &
Expand Down Expand Up @@ -117,7 +118,7 @@
in
{

"${mod}+Shift+s" = "exec 'grim -g \"$(slurp)\" - | swappy -f -'";
"${mod}+Shift+s" = "exec 'grim -g \"$(slurp)\" - | satty -f -'";
"Shift+print" = "exec 'grim - | wl-copy'";

"XF86MonBrightnessUp" = "exec 'brightnessctl s 5+'";
Expand All @@ -132,6 +133,7 @@
"${mod}+d" = "exec ${cfg.menu}";
"${mod}+Shift+p" = "exec rofi-rbw --no-help --clipboarder wl-copy";
"${mod}+p" = "exec ags -t panel";
"${mod}+Shift+t" = "exec ags -t work";
"${mod}+b" = "exec ags -t dock";
"${mod}+Shift+i" = "exec ags -t bluetoothmenu";

Expand Down
2 changes: 2 additions & 0 deletions home/gwen/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ in
cinnamon.nemo
cinnamon.nemo-fileroller
colordiff
copyq
dig
dmenu
docker-compose
Expand Down Expand Up @@ -187,6 +188,7 @@ in
ripgrep
rofi-rbw
rustup
satty
scrcpy
skim
slack
Expand Down

0 comments on commit 6e10faa

Please sign in to comment.