updates to tridactyl
This commit is contained in:
parent
a4a7d84d7c
commit
88981c72f4
3 changed files with 67 additions and 21 deletions
|
@ -6,10 +6,11 @@ monitor=HDMI-A-1,preferred,3640x900,1
|
|||
#monitor=HDMI-A-1,preferred,0x0,1
|
||||
#monitor=DP-1,preferred,2680x0,1.5
|
||||
#monitor=DP-2,preferred,1600x0,1
|
||||
workspace=DP-2,2
|
||||
workspace=DP-1,1
|
||||
workspace=HDMI-A-1,3
|
||||
monitor=DP-2,transform,1
|
||||
workspace=1,monitor:eDP-1,1,default:true
|
||||
workspace=2,monitor:HDMI-A-1,2,default:true
|
||||
workspace=9,monitor:DP-2,9,gapsout:0,default:true
|
||||
workspace=1,monitor:DP-1,1,default:true
|
||||
monitor=HDMI-A-1,transform,1
|
||||
|
||||
input {
|
||||
# kb_layout=
|
||||
|
@ -24,6 +25,7 @@ input {
|
|||
accel_profile=adaptive
|
||||
|
||||
follow_mouse=2
|
||||
float_switch_override_focus=0
|
||||
|
||||
touchpad {
|
||||
natural_scroll=1
|
||||
|
@ -31,8 +33,12 @@ input {
|
|||
}
|
||||
}
|
||||
|
||||
xwayland {
|
||||
use_nearest_neighbor = false
|
||||
# force_zero_scaling = true
|
||||
}
|
||||
|
||||
general {
|
||||
max_fps=60 # deprecated, unused
|
||||
# main_mod=SUPER
|
||||
|
||||
gaps_in=15
|
||||
|
@ -119,7 +125,7 @@ windowrule=float,mpv
|
|||
windowrule=size 90% 76%,mpv
|
||||
windowrule=center,mpv
|
||||
windowrule=opaque,mpv
|
||||
windowrule=workspace 1,mpv
|
||||
#windowrule=workspace 1,mpv
|
||||
windowrule=size 90% 90%,title:Picture-in-Picture
|
||||
windowrule=workspace 1,rofi
|
||||
# windowrule=pin,mpv
|
||||
|
@ -148,7 +154,7 @@ bind = SUPER,w,exec,/home/chris/bin/window.sh
|
|||
bind = SUPER,E,exec,/home/chris/bin/emacslof
|
||||
bind = SUPER,d,exec,emacsclient -c -e '(dired-jump)'
|
||||
bind = SUPER,v,exec,emacsclient -e '(chris/dired-open-videos)'
|
||||
bind = SUPER,B,exec,/home/chris/bin/qblof
|
||||
bind = SUPER,B,exec,/home/chris/bin/fflof
|
||||
bind = SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer
|
||||
bind = SUPERCTRL,i,exec,alacritty --class btop -e btop
|
||||
bind = ,Print,exec,screenshot
|
||||
|
@ -225,5 +231,5 @@ exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
|||
exec-once = dbus-update-activation-environment --all
|
||||
exec-once = jellyfin-mpv-shim
|
||||
exec-once = hyprctl setcursor phinger-cursors-light 24
|
||||
exec-once = swaybg -i ~/pics/wallpapers/guix.svg
|
||||
exec-once = swaybg -m fill -i ~/pics/wallpapers/adventure.jpg
|
||||
exec-once = swayidle -w timeout 300 'swaylock -S --effect-blur 20x3 --fade-in 1 --effect-vignette 0.5:1 --grace 60' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -S --effect-blur 20x3 --effect-vignette 0.5:1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue