made it so krita doesn't start up with a splash screen
This commit is contained in:
parent
1f67128caa
commit
94beae20b5
2 changed files with 4 additions and 17 deletions
|
|
@ -15,9 +15,9 @@ exec xcompmgr -c -f -n
|
||||||
|
|
||||||
# Increase Brightness
|
# Increase Brightness
|
||||||
# For at Home/Desktop:
|
# For at Home/Desktop:
|
||||||
# exec xrandr --output Screen-0 --brightness 1.1
|
exec xrandr --output Screen-0 --brightness 1.1
|
||||||
# For at Work/Laptop:
|
# For at Work/Laptop:
|
||||||
exec xbacklight -set 70
|
# exec xbacklight -set 70
|
||||||
|
|
||||||
# Enable pulseaudio
|
# Enable pulseaudio
|
||||||
exec pulseaudio --start
|
exec pulseaudio --start
|
||||||
|
|
@ -84,7 +84,7 @@ bindsym $mod+Z exec tor-browser
|
||||||
bindsym $mod+T exec thunar
|
bindsym $mod+T exec thunar
|
||||||
bindsym $mod+I exec inkscape
|
bindsym $mod+I exec inkscape
|
||||||
bindsym $mod+G exec gimp
|
bindsym $mod+G exec gimp
|
||||||
bindsym $mod+K exec krita
|
bindsym $mod+K exec krita --nosplash
|
||||||
bindsym $mod+N exec tootle
|
bindsym $mod+N exec tootle
|
||||||
bindsym $mod+P exec postman
|
bindsym $mod+P exec postman
|
||||||
bindsym $mod+B exec xfce4-terminal -x btop
|
bindsym $mod+B exec xfce4-terminal -x btop
|
||||||
|
|
|
||||||
15
updates.txt
15
updates.txt
|
|
@ -4,20 +4,7 @@ add notation about awk as
|
||||||
Select everything but the second field:
|
Select everything but the second field:
|
||||||
awk '!($2="")'
|
awk '!($2="")'
|
||||||
|
|
||||||
add noatation about tr (translate command):
|
add notation about tr (translate command):
|
||||||
replace every newline with a single space:
|
replace every newline with a single space:
|
||||||
tr '\n' ' '
|
tr '\n' ' '
|
||||||
|
|
||||||
Go into Chromium and Disable the following flags
|
|
||||||
chrome://flags/
|
|
||||||
|
|
||||||
Enable Incognito brand consistency in desktop
|
|
||||||
|
|
||||||
Enable offering upload of Autofilled credit cards
|
|
||||||
|
|
||||||
Anonoymize local IPs exposed by WebRTC
|
|
||||||
|
|
||||||
Clear data on exit
|
|
||||||
|
|
||||||
Probably already set up:
|
|
||||||
Auto Dark Mode for Web Contents
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue