Skip to content

Commit

Permalink
misc comment fixes (#3916)
Browse files Browse the repository at this point in the history
* fix comment in blackbox.profile

* fix comment in fluxbox.profile

* fix comment in i3.profile

* fix comment in krunner.profile

* fix comment in openbox.profile
  • Loading branch information
glitsj16 committed Jan 24, 2021
1 parent 5264265 commit 26cfddf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion etc/profile-a-l/blackbox.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include blackbox.local
# Persistent global definitions
include globals.local

# all applications started in awesome will run in this profile
# all applications started in blackbox will run in this profile
noblacklist ${HOME}/.blackbox
include disable-common.inc

Expand Down
2 changes: 1 addition & 1 deletion etc/profile-a-l/fluxbox.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include fluxbox.local
# Persistent global definitions
include globals.local

# all applications started in awesome will run in this profile
# all applications started in fluxbox will run in this profile
noblacklist ${HOME}/.fluxbox
include disable-common.inc

Expand Down
2 changes: 1 addition & 1 deletion etc/profile-a-l/i3.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include i3.local
# Persistent global definitions
include globals.local

# all applications started in awesome will run in this profile
# all applications started in i3 will run in this profile
noblacklist ${HOME}/.config/i3
include disable-common.inc

Expand Down
4 changes: 2 additions & 2 deletions etc/profile-a-l/krunner.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ include krunner.local
# Persistent global definitions
include globals.local

# - programs started in krunner run with this generic profile.
# - programs started in krunner run with this generic profile
# - when a file is opened in krunner, the file viewer runs in its own sandbox
# with its own profile, if it is sandboxed automatically.
# with its own profile, if it is sandboxed automatically

# noblacklist ${HOME}/.cache/krunner
# noblacklist ${HOME}/.cache/krunnerbookmarkrunnerfirefoxdbfile.sqlite*
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-m-z/openbox.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include openbox.local
# Persistent global definitions
include globals.local

# all applications started in OpenBox will run in this profile
# all applications started in openbox will run in this profile
noblacklist ${HOME}/.config/openbox
include disable-common.inc

Expand Down

0 comments on commit 26cfddf

Please sign in to comment.