forked from logan/dotfiles
Added screen layout script to startup
This commit is contained in:
parent
9df0e45fd9
commit
a89e0b986e
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||
# The parser is also very primitive, and not human-friendly.
|
||||
fields=0 48 17 18 2 46 47 39 109 110 49 1
|
||||
sort_key=46
|
||||
sort_key=47
|
||||
sort_direction=1
|
||||
hide_threads=0
|
||||
hide_kernel_threads=1
|
||||
|
|
|
@ -24,7 +24,7 @@ font pango:monospace 8
|
|||
|
||||
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
|
||||
# screen before suspend. Use loginctl lock-session to lock your screen.
|
||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||
#exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||
|
||||
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
||||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||
|
@ -224,6 +224,7 @@ exec --no-startup-id /usr/bin/syncthing -no-browser -home="/home/logan/.config/s
|
|||
exec --no-startup-id /usr/bin/syncthingtray --wait 2>&1 &
|
||||
exec --no-startup-id /usr/bin/kdeconnect-indicator 2>&1 &
|
||||
exec --no-startup-id /usr/bin/xfce4-power-manager 2>&1 &
|
||||
exec --no-startup-id /usr/bin/bash ~/.screenlayout/default.sh
|
||||
|
||||
default_border pixel 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue