nouveaux écrans + yazi

This commit is contained in:
thatscringebro 2025-09-18 19:54:48 -04:00
parent 4ba775e25b
commit f902c70373
2 changed files with 14 additions and 4 deletions

View File

@ -13,8 +13,10 @@ exec swaybg -c 181818
exec sleep 10 & syncthing exec sleep 10 & syncthing
# MONITORS # MONITORS
output DP-2 pos 0 0 res 2560x1440@144HZ output DP-2 pos 0 1080 res 2560x1440@144HZ
output DP-1 pos 2560 0 res 2560x1440@144HZ output DP-1 pos 2560 1080 res 2560x1440@144HZ
output HDMI-A-1 pos 2560 0 res 1920x1080@75HZ
output HDMI-A-2 pos 640 0 res 1920x1080@75HZ
# LOOK AND FEEL # LOOK AND FEEL
default_border pixel 1 default_border pixel 1
@ -33,8 +35,8 @@ bindsym $mod+Return exec $term
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
bindsym $mod+d exec $menu bindsym $mod+d exec $menu
bindsym $mod+f fullscreen bindsym $mod+f fullscreen
bindsym Shift+Print exec slurp | grim -g - - | wl-copy bindsym Print exec slurp | grim -g - - | wl-copy
bindsym Print exec slurp | grim -g - ~/Screenshots/$(date +'%Y-%j-%k-%M-%S.png') bindsym Shift+Print exec slurp | grim -g - ~/Screenshots/$(date +'%Y-%j-%k-%M-%S.png')
bindsym $mod+$left focus left bindsym $mod+$left focus left
bindsym $mod+$down focus down bindsym $mod+$down focus down

8
.config/yazi/yazi.toml Normal file
View File

@ -0,0 +1,8 @@
[mgr]
show_hidden = true
show_symlink = true
[opener]
edit = [
{ run = 'helix "$@"', block = true, for = 'unix' }
]