Skip to content

Commit

Permalink
desktop: Replace whatsie with zapzap
Browse files Browse the repository at this point in the history
This one seems to work better, although I haven't found a way to set the
default zoom.
  • Loading branch information
juanibiapina committed Dec 6, 2024
1 parent 49f4103 commit 5db579e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dotfiles/sway/.config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ assign [app_id="^Alacritty-Terminal$"] 2
assign [app_id="^Alacritty-DigitalGarden$"] 3
assign [class="^Slack$"] 4
#assign [class="^...$"] 5
assign [app_id="^com.ktechpit.whatsie$"] 6
assign [app_id="^com.rtosta.zapzap$"] 6
assign [class="^Spotify$"] 7
assign [app_id="^org.keepassxc.KeePassXC$"] 8
assign [app_id="^org.gnome.Nautilus$"] 9
Expand Down Expand Up @@ -84,7 +84,7 @@ set $cmd2 "alacritty --class Alacritty-Terminal --hold -e zsh -l -i -c 'dev open
set $cmd3 "alacritty --class Alacritty-DigitalGarden --hold -e zsh -l -i -c 'dev digitalgarden'"
set $cmd4 "slack"
#set $cmd5 "..."
set $cmd6 "whatsie"
set $cmd6 "zapzap"
set $cmd7 "spotify"
set $cmd8 "keepassxc"
set $cmd9 "nautilus"
Expand Down
2 changes: 1 addition & 1 deletion nix/hosts/desktop/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
slack # chat
slop # screen selection tool
vscode # for jupyter notebooks
whatsie # whatsapp desktop client
zapzap # whatsapp client
xcolor
zenity # displaying dialogs from shell scripts
# rofi
Expand Down

0 comments on commit 5db579e

Please sign in to comment.