From cf9391722d9cca6fe4ba673bb67270c853521598 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Wed, 22 Sep 2021 15:46:10 +0200 Subject: [PATCH] Adds firejailed firefox and psd profile --- .config/firejail/firefox.local | 2 ++ .config/sway/config | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .config/firejail/firefox.local diff --git a/.config/firejail/firefox.local b/.config/firejail/firefox.local new file mode 100644 index 0000000..a2972d0 --- /dev/null +++ b/.config/firejail/firefox.local @@ -0,0 +1,2 @@ +noblacklist ${RUNUSER}/*-firefox-* +whitelist ${RUNUSER}/*-firefox-* diff --git a/.config/sway/config b/.config/sway/config index 0f2e8ff..3fe8ad2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -74,8 +74,8 @@ bindsym $mod+Ctrl+Shift+s gaps outer current minus 5 bindsym $mod+Shift+backspace exec wlogout # Application bindings -bindsym $mod+Shift+w exec firefox -bindsym $mod+Shift+Ctrl+w exec firefox -P Shinobi +bindsym $mod+Shift+w exec firejail firefox +bindsym $mod+Shift+Ctrl+w exec firejail firefox -P Shinobi bindsym $mod+e exec $term ranger bindsym $mod+Shift+e exec steam bindsym $mod+Shift+a exec $term -e pulsemixer @@ -83,7 +83,7 @@ bindsym $mod+Ctrl+Shift+a exec $term -e cava bindsym $mod+i exec $term -e htop --user mark bindsym $mod+Shift+d exec lightcord --no-sandbox bindsym $mod+Shift+m exec $term -e ncmpcpp -bindsym $mod+Ctrl+m exec $term -e cava +bindsym $mod+Ctrl+m exec catia bindsym $mod+m exec spotify bindsym $mod+p exec pass clip -r bindsym $mod+Shift+p exec grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:- | tail -1 | grep '#' | awk '{print $3}' | wl-copy