Skip to content

Commit

Permalink
fix: kitty scratchpad launch
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 12, 2023
1 parent e2a5c0a commit 4af506f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home/desktop/hyprland/apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ in
"command -v ${getExe pkgs.cliphist} && wl-paste --type image --watch cliphist store" #Stores only image data

# Startup apps that have rules for organizing them
"[workspace special silent ] ${getExe pkgs.kitty} --session scratchpad" # Spawn scratchpad terminal
"[workspace special silent] ${getExe pkgs.kitty} --class scratchpad" # Spawn scratchpad terminal
"${getExe pkgs.firefox}"
"${getExe pkgs.steam}"
"${getExe pkgs.discord}"
Expand Down

0 comments on commit 4af506f

Please sign in to comment.