Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
f48e29c7a5
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
focusedwindow=$(xdotool getactivewindow)
|
focusedwindow=$(xdotool getactivewindow)
|
||||||
flameshot gui -g >/dev/null
|
flameshot gui >/dev/null
|
||||||
if [ "$focusedwindow" == "$(xdotool getactivewindow)" ]
|
if [ "$focusedwindow" == "$(xdotool getactivewindow)" ]
|
||||||
then
|
then
|
||||||
xdotool windowfocus $focusedwindow
|
xdotool windowfocus $focusedwindow
|
||||||
|
|
|
@ -31,9 +31,6 @@ picom &
|
||||||
# Sound configuration
|
# Sound configuration
|
||||||
~/.local/bin/sound &
|
~/.local/bin/sound &
|
||||||
|
|
||||||
# For screenshots
|
|
||||||
#flameshot &
|
|
||||||
|
|
||||||
if [[ -v LAPTOP ]]; then
|
if [[ -v LAPTOP ]]; then
|
||||||
# Enable automatic fan control
|
# Enable automatic fan control
|
||||||
macfanctld
|
macfanctld
|
||||||
|
|
2
sadedot
2
sadedot
|
@ -1 +1 @@
|
||||||
Subproject commit 4cbd38e4befbe8906a130a92d086506160ff641b
|
Subproject commit 9b1b824800ba21aaf7d63d1c03e5fd18c997ac6d
|
Loading…
Reference in New Issue