Skip to content

Commit

Permalink
🔧 chore swayfx
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Jan 29, 2024
1 parent 4b4069c commit e5b16b6
Showing 1 changed file with 4 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 @@ -45,6 +45,7 @@
extraConfig = ''
for_window [app_id="spad"] move scratchpad, resize set width 900 height 600
for_window [class="discord"] move scratchpad, resize set width 900 height 600
for_window [app_id="smusicpad"] move scratchpad, resize set width 850 height 550
set $bg-color #${mbg}
Expand All @@ -68,11 +69,12 @@
default_floating_border normal 2
exec_always --no-startup-id xrdb -merge ~/.Xresources &
exec_always discord &
exec_always --no-startup-id copyq &
exec_always --no-startup-id kanshi &
exec_always --no-startup-id nm-applet &
exec --no-startup-id ags &
exec_always --no-startup-id swaysome init 1 &
exec_always --no-startup-id swaysome init 0 &
exec_always --no-startup-id mpDris2 &
exec_always --no-startup-id autotiling-rs &
exec --no-startup-id swayidle -w \
Expand Down Expand Up @@ -117,7 +119,7 @@
in
{

"${mod}+Shift+s" = "exec 'grim -g \"$(slurp)\" - | satty --early-exit -f - --copy-command wl-copy --fullscreen'";
"${mod}+Shift+s" = "exec grim -g \"$(slurp)\" - | satty --early-exit -f - --copy-command wl-copy --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png";
"Shift+print" = "exec 'grim - | wl-copy'";

"XF86MonBrightnessUp" = "exec 'brightnessctl s 5+'";
Expand Down

0 comments on commit e5b16b6

Please sign in to comment.