updates wm config
This commit is contained in:
parent
e779fb486b
commit
90fafc2187
4 changed files with 12 additions and 9 deletions
|
@ -5,3 +5,7 @@
|
||||||
output eDP-1 enable mode 3200x1800 position 0,0 scale 2
|
output eDP-1 enable mode 3200x1800 position 0,0 scale 2
|
||||||
output "Philips Consumer Electronics Company PHL BDM3270 AU11749004259" mode 2560x1440 position 0,-900 scale 1.6
|
output "Philips Consumer Electronics Company PHL BDM3270 AU11749004259" mode 2560x1440 position 0,-900 scale 1.6
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
output eDP-1 enable mode 3200x1800 position 0,0 scale 2
|
||||||
|
output "Philips Consumer Electronics Company PHL BDM3270 AU11749004255" mode 2560x1440 position 0,-900 scale 1.6
|
||||||
|
}
|
||||||
|
|
|
@ -153,7 +153,7 @@ bindsym XF86MonBrightnessUp exec --no-startup-id sudo light -A 10
|
||||||
# SCREENSHOTS
|
# SCREENSHOTS
|
||||||
|
|
||||||
bindsym --release Print exec --no-startup-id "grim -t jpeg $HOME/Media/Screenshots/scrot-$(date +%Y%m%d%H%M%S).jpg"
|
bindsym --release Print exec --no-startup-id "grim -t jpeg $HOME/Media/Screenshots/scrot-$(date +%Y%m%d%H%M%S).jpg"
|
||||||
bindsym --release Shift+Print exec --no-startup-id "grim -t jpeg -g \"$(slurp)\" $HOME/Media/Screenshots/scrot-$(date +%Y%m%d%H%M%S).jpg"
|
bindsym --release Shift+Print exec --no-startup-id "grim -t jpeg -g $(slurp) $HOME/Media/Screenshots/scrot-$(date +%Y%m%d%H%M%S).jpg"
|
||||||
|
|
||||||
# fancy mode stuff
|
# fancy mode stuff
|
||||||
set $mode_power <span> </span><span background='#fabd2f' foreground='#000000'> power </span> <span foreground='#ebdbb2'>l</span>ock <span foreground='#ebdbb2'>e</span>xit <span foreground='#ebdbb2'>s</span>uspend <span foreground='#ebdbb2'>r</span>eboot <span foreground='#ebdbb2'>p</span>oweroff
|
set $mode_power <span> </span><span background='#fabd2f' foreground='#000000'> power </span> <span foreground='#ebdbb2'>l</span>ock <span foreground='#ebdbb2'>e</span>xit <span foreground='#ebdbb2'>s</span>uspend <span foreground='#ebdbb2'>r</span>eboot <span foreground='#ebdbb2'>p</span>oweroff
|
||||||
|
@ -197,4 +197,5 @@ exec --no-startup-id blueman-applet & # bluetooth applet
|
||||||
exec --no-startup-id dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus &
|
exec --no-startup-id dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus &
|
||||||
exec --no-startup-id mako & # notifications
|
exec --no-startup-id mako & # notifications
|
||||||
# exec --no-startup-id dunst & # old notifications
|
# exec --no-startup-id dunst & # old notifications
|
||||||
exec --no-startup-id kanshi # automatic screen config
|
exec --no-startup-id kanshi & # automatic screen config
|
||||||
|
exec swayidle -w timeout 150 'swaylock' timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
|
||||||
|
|
|
@ -14,7 +14,7 @@ window#waybar {
|
||||||
#custom-left-arrow-inverse,
|
#custom-left-arrow-inverse,
|
||||||
#custom-right-arrow-inverse {
|
#custom-right-arrow-inverse {
|
||||||
background-color: rgba(255, 255, 255, .1);
|
background-color: rgba(255, 255, 255, .1);
|
||||||
color: rgba(25, 0, 0, .5);
|
color: rgba(0, 0, 0, .15);
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-left-arrow,
|
#custom-left-arrow,
|
||||||
|
|
10
dot.profile
10
dot.profile
|
@ -38,14 +38,12 @@ share_file () {
|
||||||
curl -F "file=@$1" https://0x0.st
|
curl -F "file=@$1" https://0x0.st
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$TTY" = /dev/tty1 -a $USER != root -a ! -e /tmp/.X0-lock ]
|
|
||||||
then
|
|
||||||
.local/bin/sway
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ "$TTY" == "/dev/tty"* ]]
|
if [[ "$TTY" == "/dev/tty"* ]]
|
||||||
then
|
then
|
||||||
setfont /home/nk/.local/share/fonts/spleen-16x32.psfu
|
setfont /home/nk/.local/share/fonts/spleen-16x32.psfu
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
if [ "$TTY" = /dev/tty1 -a $USER != root -a ! -e /tmp/.X0-lock ]
|
||||||
|
then
|
||||||
|
.local/bin/sway
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue