add blueman
This commit is contained in:
parent
82247dd243
commit
21e6ea77f5
3 changed files with 5 additions and 10 deletions
12
lock.sh
12
lock.sh
|
@ -5,12 +5,6 @@ export PRIMARY_DISPLAY="$(xrandr | awk '/ primary/{print $1}')"
|
|||
xidlehook \
|
||||
--not-when-fullscreen \
|
||||
--not-when-audio \
|
||||
--timer normal 60 \
|
||||
'xrandr --output "$PRIMARY_DISPLAY" --brightness .1' \
|
||||
'xrandr --output "$PRIMARY_DISPLAY" --brightness 1' \
|
||||
--timer primary 10 \
|
||||
'xrandr --output "$PRIMARY_DISPLAY" --brightness 1; physlock -d' \
|
||||
'' \
|
||||
--timer normal 600 \
|
||||
'systemctl suspend' \
|
||||
''
|
||||
--timer normal 180 'xrandr --output "$PRIMARY_DISPLAY" --brightness .1' 'xrandr --output "$PRIMARY_DISPLAY" --brightness 1' \
|
||||
--timer primary 10 'xrandr --output "$PRIMARY_DISPLAY" --brightness 1; physlock -d' \
|
||||
--timer normal 600 'systemctl suspend'
|
||||
|
|
|
@ -13,7 +13,7 @@ in
|
|||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
wirelesstools ranger xpdf apvlv unstable.xidlehook
|
||||
wirelesstools ranger xpdf apvlv unstable.xidlehook blueman
|
||||
keepass fontconfig nodejs rustup gcc gdb
|
||||
binutils xclip pkgconfig veracrypt gitAndTools.diff-so-fancy
|
||||
openjdk11 gimp restic glxinfo discord
|
||||
|
|
|
@ -17,6 +17,7 @@ in
|
|||
{ command = "exec autorandr -c"; always = true; notification = false; }
|
||||
{ command = "exec i3-sensible-terminal"; always = false; notification = false; }
|
||||
{ command = "exec $HOME/dev/dotfiles/lock.sh"; always = false; notification = false; }
|
||||
{ command = "exec blueman-applet"; always = false; notification = false; }
|
||||
];
|
||||
window = {
|
||||
hideEdgeBorders = "horizontal";
|
||||
|
|
Loading…
Reference in a new issue