Skip to content

Commit

Permalink
desktop: Configure a whatsapp desktop client (whatsie)
Browse files Browse the repository at this point in the history
It has a tray icon with message badges 🎉
  • Loading branch information
juanibiapina committed Dec 6, 2024
1 parent f9fa912 commit 4575984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
9 changes: 0 additions & 9 deletions cli/libexec/app/whatsapp

This file was deleted.

6 changes: 2 additions & 4 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 [class="^Whatsapp$"] 6
assign [app_id="^com.ktechpit.whatsie$"] 6
assign [class="^Spotify$"] 7
assign [app_id="^org.keepassxc.KeePassXC$"] 8
assign [app_id="^org.gnome.Nautilus$"] 9
Expand All @@ -77,16 +77,14 @@ for_window [class = "(?i)pinentry"] floating enable

for_window [class = "Godot" title = "Please Confirm..."] floating enable

for_window [class = "Whatsapp"] floating disable

### Autostart applications

set $cmd1 "firefox-developer-edition"
set $cmd2 "alacritty --class Alacritty-Terminal --hold -e zsh -l -i -c 'dev open juanibiapina/dotfiles'"
set $cmd3 "alacritty --class Alacritty-DigitalGarden --hold -e zsh -l -i -c 'dev digitalgarden'"
set $cmd4 "slack"
#set $cmd5 "..."
set $cmd6 "chromium --app='https://web.whatsapp.com/' --class=Whatsapp"
set $cmd6 "whatsie"
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 @@ -3,7 +3,6 @@
{
environment.systemPackages = with pkgs; [
# browsers
chromium # used for whatsapp
firefox-devedition-bin
qutebrowser
vivaldi
Expand All @@ -23,6 +22,7 @@
slack # chat
slop # screen selection tool
vscode # for jupyter notebooks
whatsie # whatsapp desktop client
xbindkeys # global keyboard shortcuts
xcolor
zenity # displaying dialogs from shell scripts
Expand Down

0 comments on commit 4575984

Please sign in to comment.