Skip to content

Commit

Permalink
desktop: Fix alacritty tag assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed May 25, 2024
1 parent d208f93 commit 8175dfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Desktop Entry]
Exec=alacritty --class Alacritty-Terminal --hold -e zsh -l -i -c 'dev open juanibiapina/dotfiles'
Name=alacritty
Type=Application
4 changes: 0 additions & 4 deletions dotfiles/autostart/.config/autostart/alacritty.desktop

This file was deleted.

2 changes: 1 addition & 1 deletion dotfiles/awesome/.config/awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ awful.rules.rules = {
properties = { screen = screen.primary, tag = "1" } },
{ rule = { name = "Google Meet - Vivaldi" },
properties = { screen = 2, tag = "1" } },
{ rule = { class = "Alacritty" },
{ rule = { class = "Alacritty-Terminal" },
properties = { screen = screen.primary, tag = "2" } },
{ rule = { class = "Alacritty-Runner" },
properties = { screen = 2, tag = "2" } },
Expand Down

0 comments on commit 8175dfd

Please sign in to comment.