update
This commit is contained in:
parent
350aaf8690
commit
fbcdaa4c0e
@ -22,11 +22,19 @@ monitor=eDP-1,preferred,auto,1
|
|||||||
exec-once = dbus-update-activation-environment --all
|
exec-once = dbus-update-activation-environment --all
|
||||||
exec-once = kanshi
|
exec-once = kanshi
|
||||||
exec-once = dex -a -e kypr
|
exec-once = dex -a -e kypr
|
||||||
exec-once = swayidle -w timeout 300 'swaylock -f -i ~/.config/swaylock/bg.png -s fill' timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' before-sleep 'swaylock -f -i ~/.config/swaylock/bg.png -s fill'
|
exec-once = swayidle -w \
|
||||||
|
timeout 300 'swaylock -f -i ~/.config/swaylock/bg.png -s fill' \
|
||||||
|
timeout 600 'hyprctl dispatch dpms off' \
|
||||||
|
resume 'hyprctl dispatch dpms on' \
|
||||||
|
before-sleep 'swaylock -f -i ~/.config/swaylock/bg.png -s fill'
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = swaybg -i ~/.config/hypr/bg.png -m fill
|
exec-once = swaybg -i ~/.config/hypr/bg.png -m fill
|
||||||
exec-once = udiskie &
|
exec-once = udiskie &
|
||||||
|
|
||||||
|
# start applications
|
||||||
|
exec-once = telegram-desktop
|
||||||
|
exec-once = slack
|
||||||
|
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
# Source a file (multi-file configs)
|
||||||
# source = ~/.config/hypr/myColors.conf
|
# source = ~/.config/hypr/myColors.conf
|
||||||
@ -236,5 +244,7 @@ wsbind = 9, eDP-1
|
|||||||
wsbind = 10, eDP-1
|
wsbind = 10, eDP-1
|
||||||
|
|
||||||
# set window rule
|
# set window rule
|
||||||
windowrulev2 = float,class:([Ss]lack)
|
windowrulev2 = float,class:^(Slack)$
|
||||||
windowrulev2 = float,class:(telegram)
|
windowrulev2 = workspace 8,class:^(Slack)$
|
||||||
|
windowrulev2 = float,class:^(org.telegram.desktop)$
|
||||||
|
windowrulev2 = workspace 8,class:^(org.telegram.desktop)$
|
||||||
|
@ -133,9 +133,8 @@ function! AdaptColorscheme()
|
|||||||
endfunction
|
endfunction
|
||||||
autocmd ColorScheme * call AdaptColorscheme()
|
autocmd ColorScheme * call AdaptColorscheme()
|
||||||
|
|
||||||
" colorscheme turtles
|
" for chezmoi after edit auto apply
|
||||||
" colorscheme afterglow
|
autocmd BufWritePost ~/.local/share/chezmoi/* ! chezmoi apply --source-path "%"
|
||||||
|
|
||||||
|
|
||||||
" define leader key
|
" define leader key
|
||||||
let mapleader=";"
|
let mapleader=";"
|
||||||
|
Loading…
Reference in New Issue
Block a user