From 152215463d0b0ceb462b7c980a8978c5cb415c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sun, 21 Apr 2024 20:04:31 +0200 Subject: [PATCH] Update hyprland monitors --- .config/hypr/hyprland.conf | 25 +++++++++++++------------ .config/nvim/lua/plugins/oil.lua | 1 + 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3003de3..65c641a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -2,7 +2,8 @@ env = WLR_DRM_DEVICES,/home/user/.config/hypr/card env = TERMINAL,alacritty env = WLR_NO_HARDWARE_CURSORS,1 -monitor=,preferred,auto,1 +monitor=eDP-1,1920x1080@144,0x0,1 +monitor=HDMI-A-2,1920x1080@60,0x-1080,1 exec-once=sudo wg-quick up wg0 exec-once=sleep 0.7 && swaylock @@ -13,20 +14,20 @@ exec-once=wl-paste --type text --watch cliphist store exec-once=wl-paste --type image --watch cliphist store exec-once=/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 exec-once=/usr/lib/kdeconnectd -exec-once=sleep 2 && hyprctl dispatch workspace 21 +exec-once=sleep 2 && hyprctl dispatch workspace 1 workspace=eDP-1,1 -workspace=HDMI-A-1,11 +workspace=HDMI-A-2,11 -workspace=11,monitor:HDMI-A-1, default:true -workspace=12,monitor:HDMI-A-1 -workspace=13,monitor:HDMI-A-1 -workspace=14,monitor:HDMI-A-1 -workspace=15,monitor:HDMI-A-1 -workspace=16,monitor:HDMI-A-1 -workspace=17,monitor:HDMI-A-1 -workspace=18,monitor:HDMI-A-1 -workspace=19,monitor:HDMI-A-1 +workspace=11,monitor:HDMI-A-2, default:true +workspace=12,monitor:HDMI-A-2 +workspace=13,monitor:HDMI-A-2 +workspace=14,monitor:HDMI-A-2 +workspace=15,monitor:HDMI-A-2 +workspace=16,monitor:HDMI-A-2 +workspace=17,monitor:HDMI-A-2 +workspace=18,monitor:HDMI-A-2 +workspace=19,monitor:HDMI-A-2 workspace=1,monitor:eDP-1, default:true workspace=2,monitor:eDP-1 diff --git a/.config/nvim/lua/plugins/oil.lua b/.config/nvim/lua/plugins/oil.lua index 8d8e4ef..fe0f4c3 100644 --- a/.config/nvim/lua/plugins/oil.lua +++ b/.config/nvim/lua/plugins/oil.lua @@ -12,6 +12,7 @@ end return { 'stevearc/oil.nvim', dependencies = { "nvim-tree/nvim-web-devicons" }, lazy = true, + default_file_explorer = true, opts = { keymaps = { ["g?"] = "actions.show_help",