From f902c7037384b51da073ab11927d1104939204d4 Mon Sep 17 00:00:00 2001 From: thatscringebro Date: Thu, 18 Sep 2025 19:54:48 -0400 Subject: [PATCH] =?UTF-8?q?nouveaux=20=C3=A9crans=20+=20yazi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/sway/config | 10 ++++++---- .config/yazi/yazi.toml | 8 ++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 .config/yazi/yazi.toml diff --git a/.config/sway/config b/.config/sway/config index 6b05ae3..e3f32f2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -13,8 +13,10 @@ exec swaybg -c 181818 exec sleep 10 & syncthing # MONITORS -output DP-2 pos 0 0 res 2560x1440@144HZ -output DP-1 pos 2560 0 res 2560x1440@144HZ +output DP-2 pos 0 1080 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 default_border pixel 1 @@ -33,8 +35,8 @@ bindsym $mod+Return exec $term bindsym $mod+Shift+q kill bindsym $mod+d exec $menu bindsym $mod+f fullscreen -bindsym Shift+Print exec slurp | grim -g - - | wl-copy -bindsym Print exec slurp | grim -g - ~/Screenshots/$(date +'%Y-%j-%k-%M-%S.png') +bindsym Print exec slurp | grim -g - - | wl-copy +bindsym Shift+Print exec slurp | grim -g - ~/Screenshots/$(date +'%Y-%j-%k-%M-%S.png') bindsym $mod+$left focus left bindsym $mod+$down focus down diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml new file mode 100644 index 0000000..b1e496a --- /dev/null +++ b/.config/yazi/yazi.toml @@ -0,0 +1,8 @@ +[mgr] +show_hidden = true +show_symlink = true + +[opener] +edit = [ + { run = 'helix "$@"', block = true, for = 'unix' } +]