-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Librewolf profile and Add Sway profile #4164
Merged
Merged
Changes from 4 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3d9f936
Add Sway profile
vnepogodin 97f0eca
Fix issue
vnepogodin 1e8e390
Allow sway's fallback config
vnepogodin 146c819
So I agree with @glitsj16 and @BL4CKH47H4CK3R
vnepogodin 2bd2fc1
well..
vnepogodin 6afe467
😄 What just hapened
vnepogodin f2c8d74
🔄 Sync with upstream
vnepogodin 7799b69
Merge tested from PR
vnepogodin abf26d1
🔄 Sync with upstream
vnepogodin 1d8c94c
Merge tested from PR
vnepogodin 6ac9bb5
Revert changes
vnepogodin b578b79
Add Sway profile
vnepogodin 5e8a7e7
Fix issue
vnepogodin 6d975f1
Allow sway's fallback config
vnepogodin adea76c
So I agree with @glitsj16 and @BL4CKH47H4CK3R
vnepogodin 25e0946
🔄 Rebase
vnepogodin c11f21a
😄 What just hapened
vnepogodin 5aedd49
Merge tested from PR
vnepogodin d5a29c2
🔄 Sync with upstream
vnepogodin e9111f2
Merge tested from PR
vnepogodin 737c1bd
Revert changes
vnepogodin 2e0eac4
Merge remote-tracking branch 'origin/vnepogodin/master'
vnepogodin 3ae7a2e
Update
vnepogodin 807fea8
Update librewolf.profile
vnepogodin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Firejail profile for Sway | ||
# Description: i3-compatible Wayland compositor | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include sway.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
# all applications started in sway will run in this profile | ||
noblacklist ${HOME}/.config/sway | ||
rusty-snake marked this conversation as resolved.
Show resolved
Hide resolved
|
||
# sway uses ~/.config/i3 as fallback if there is no ~/.config/sway | ||
noblacklist ${HOME}/.config/i3 | ||
include disable-common.inc | ||
|
||
caps.drop all | ||
netfilter | ||
noroot | ||
protocol unix,inet,inet6 | ||
seccomp |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've had added before but it can't merge changes
1d8c94c
btw tested
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After a rebase (unlike a merge of master) it should work w/o conflicting. Rebasing and squashing some of the commits makes sense anyway if you look at the history. So if you can do an interactive rebase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done 😃