diff options
author | clarkzjw <[email protected]> | 2023-02-19 14:09:25 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-19 14:09:25 -0800 |
commit | 21c33508f4304a8354269532a53481aa5c5df815 (patch) | |
tree | 3ac1870495ed6867b2aa36d84ad29a11ec2b5c7d /dot_config/autorandr | |
parent | 0b64dd7ee70b3529dfbde1592aa2ec9aa5edb271 (diff) | |
download | dotfiles-21c33508f4304a8354269532a53481aa5c5df815.tar.gz |
i3: move i3bar to top
Diffstat (limited to 'dot_config/autorandr')
-rw-r--r-- | dot_config/autorandr/postswitch.d/executable_nitrogen-restore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/autorandr/postswitch.d/executable_nitrogen-restore b/dot_config/autorandr/postswitch.d/executable_nitrogen-restore new file mode 100644 index 0000000..b492613 --- /dev/null +++ b/dot_config/autorandr/postswitch.d/executable_nitrogen-restore | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/bash | ||
2 | sleep 2 | ||
3 | nitrogen --restore | ||