mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
Add firejail to everything
This commit is contained in:
parent
611aeb5f8c
commit
2338a70215
@ -13,8 +13,9 @@ A repository of my personal configuration files.
|
|||||||
```
|
```
|
||||||
# Packages
|
# Packages
|
||||||
|
|
||||||
* [Arch Linux](https://www.archlinux.org/)
|
|
||||||
* [albert](https://github.com/ManuelSchneid3r/albert)
|
* [albert](https://github.com/ManuelSchneid3r/albert)
|
||||||
|
* [Arch Linux](https://www.archlinux.org/)
|
||||||
|
* [Firejail](https://firejail.wordpress.com/)
|
||||||
* [git](https://git-scm.com/)
|
* [git](https://git-scm.com/)
|
||||||
* [i3](https://i3wm.org/)
|
* [i3](https://i3wm.org/)
|
||||||
* [mutt](http://www.mutt.org/)
|
* [mutt](http://www.mutt.org/)
|
||||||
|
@ -242,10 +242,10 @@ bar {
|
|||||||
# Startup programs
|
# Startup programs
|
||||||
exec_always --no-startup-id xrandr --output DP1 --primary
|
exec_always --no-startup-id xrandr --output DP1 --primary
|
||||||
exec_always --no-startup-id xrandr --output HDMI1 --mode 1920x1200 --right-of DP1 --rotate left
|
exec_always --no-startup-id xrandr --output HDMI1 --mode 1920x1200 --right-of DP1 --rotate left
|
||||||
exec_always --no-startup-id feh --bg-fill ~/Dropbox/Wallpaper/Wallpaper/gxZG9Uw.jpg
|
exec_always --no-startup-id firejail feh --bg-fill ~/Dropbox/Wallpaper/Wallpaper/gxZG9Uw.jpg
|
||||||
|
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id dropbox start
|
exec --no-startup-id firejail dropbox start
|
||||||
exec --no-startup-id compton -f
|
exec --no-startup-id compton -f
|
||||||
exec --no-startup-id redshift # f.lux
|
exec --no-startup-id redshift # f.lux
|
||||||
exec --no-startup-id redshift-gtk
|
exec --no-startup-id redshift-gtk
|
||||||
@ -256,12 +256,12 @@ exec firejail google-chrome-stable --new-window --app=https://tweetdeck.twitter.
|
|||||||
exec firejail google-chrome-stable --new-window --app=https://www.reddit.com/
|
exec firejail google-chrome-stable --new-window --app=https://www.reddit.com/
|
||||||
exec firejail google-chrome-stable
|
exec firejail google-chrome-stable
|
||||||
exec firejail firefox
|
exec firejail firefox
|
||||||
exec hexchat
|
exec firejail hexchat
|
||||||
exec slack
|
exec firejail slack
|
||||||
exec ~/.config/i3/aljazeera.sh
|
exec ~/.config/i3/aljazeera.sh
|
||||||
exec terminator --classname=cmus -e cmus
|
exec terminator --classname=cmus -e firejail cmus
|
||||||
exec terminator --classname=mutt -e mutt
|
exec terminator --classname=mutt -e firejail mutt
|
||||||
exec gpodder
|
exec firejail gpodder
|
||||||
|
|
||||||
# Custom KeyBinds
|
# Custom KeyBinds
|
||||||
bindsym Control+$mod+l exec i3lock-fancy
|
bindsym Control+$mod+l exec i3lock-fancy
|
||||||
|
Loading…
Reference in New Issue
Block a user