diff options
author | Alan Pearce | 2019-06-04 15:23:19 +0200 |
---|---|---|
committer | Alan Pearce | 2019-06-04 15:23:19 +0200 |
commit | 27da3161affcf5066cfbb83d2a569f50c5fb8cd1 (patch) | |
tree | 53815154a747c6e487e0bb6c2435984fef6e500f /i3 | |
parent | 2b62ed713407ad0451a1fd2f358886e37022f4fc (diff) | |
download | dotfiles-27da3161affcf5066cfbb83d2a569f50c5fb8cd1.tar.lz dotfiles-27da3161affcf5066cfbb83d2a569f50c5fb8cd1.tar.zst dotfiles-27da3161affcf5066cfbb83d2a569f50c5fb8cd1.zip |
i3: update startup programs
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 27656df..3f5c040 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -258,4 +258,5 @@ assign [window_role="^browser$"] 2 assign [class="^Emacs$"] 6 exec slack -exec chromium \ No newline at end of file +exec firefox +exec emacs \ No newline at end of file |