Move to Xonsh, add hypr scripts
This commit is contained in:
parent
7f324958a5
commit
ce9124c7ed
13 changed files with 224 additions and 48 deletions
|
|
@ -1,5 +1,32 @@
|
|||
monitor=,preferred,auto,1
|
||||
monitor=DP-2,2560x1440@144,0x0,1
|
||||
monitor=DP-1,2560x1440@144,-2560x0,1
|
||||
monitor=HDMI-A-1,disable
|
||||
env = HYPR_MON_PRIMARY, DP-2
|
||||
env = HYPR_MON_SECONDARY, DP-1
|
||||
|
||||
# Primaries
|
||||
workspace=name:home, monitor:DP-2, persistent:true, default:true
|
||||
workspace=name:game, monitor:DP-2, persistent:true
|
||||
workspace=name:etc0, monitor:DP-2, persistent:true
|
||||
# Secondaries
|
||||
workspace=name:chat, monitor:DP-1, persistent:true, default:true
|
||||
workspace=name:misc0, monitor:DP-1, persistent:true
|
||||
# Switches
|
||||
workspace=name:web , monitor:DP-1, persistent:true
|
||||
workspace=name:med , monitor:DP-1, persistent:true
|
||||
|
||||
windowrule = workspace name:web, librewolf
|
||||
windowrulev2 = workspace name:med, librewolf,title:Picture-in-Picture
|
||||
windowrule = workspace name:chat, discord
|
||||
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
||||
env = HYPR_WORK_DB,$XDG_CACHE_HOME/hypr/workspace.db
|
||||
exec-once = $XDG_CONFIG_HOME/hypr/scripts/changesecondary.xsh
|
||||
|
||||
exec-once = swww init
|
||||
exec-once = swww img $HOME/med/pix/bg.png
|
||||
|
|
@ -8,7 +35,8 @@ input {
|
|||
kb_layout = us
|
||||
follow_mouse = 1
|
||||
accel_profile = flat
|
||||
sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.
|
||||
sensitivity = -0.52
|
||||
#sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
general {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue