Change termite to kitty

This commit is contained in:
RealStickman 2021-03-25 08:31:05 +01:00
parent a682a68b28
commit 3bde3f30be
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
i3-msg 'workspace 1; exec termite'
i3-msg 'workspace 1; exec kitty'
i3-msg 'workspace 2; layout tabbed; exec firefox'

View File

@ -1,6 +1,6 @@
#!/bin/bash
i3-msg 'workspace 1; exec termite'
i3-msg 'workspace 1; exec kitty'
i3-msg 'workspace 2; layout tabbed; exec firefox'