1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-21 16:00:59 +02:00

Add pycharm firefox launch script

This commit is contained in:
Arti Zirk 2019-12-25 13:39:58 +02:00
parent eae0f734cd
commit fabd035e48

2
.bin/browser.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
exec swaymsg exec firefox-developer-edition "$@"