Update hyprland monitors
This commit is contained in:
parent
594405f7e1
commit
152215463d
|
@ -2,7 +2,8 @@ env = WLR_DRM_DEVICES,/home/user/.config/hypr/card
|
||||||
env = TERMINAL,alacritty
|
env = TERMINAL,alacritty
|
||||||
env = WLR_NO_HARDWARE_CURSORS,1
|
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=sudo wg-quick up wg0
|
||||||
exec-once=sleep 0.7 && swaylock
|
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=wl-paste --type image --watch cliphist store
|
||||||
exec-once=/usr/lib/mate-polkit/polkit-mate-authentication-agent-1
|
exec-once=/usr/lib/mate-polkit/polkit-mate-authentication-agent-1
|
||||||
exec-once=/usr/lib/kdeconnectd
|
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=eDP-1,1
|
||||||
workspace=HDMI-A-1,11
|
workspace=HDMI-A-2,11
|
||||||
|
|
||||||
workspace=11,monitor:HDMI-A-1, default:true
|
workspace=11,monitor:HDMI-A-2, default:true
|
||||||
workspace=12,monitor:HDMI-A-1
|
workspace=12,monitor:HDMI-A-2
|
||||||
workspace=13,monitor:HDMI-A-1
|
workspace=13,monitor:HDMI-A-2
|
||||||
workspace=14,monitor:HDMI-A-1
|
workspace=14,monitor:HDMI-A-2
|
||||||
workspace=15,monitor:HDMI-A-1
|
workspace=15,monitor:HDMI-A-2
|
||||||
workspace=16,monitor:HDMI-A-1
|
workspace=16,monitor:HDMI-A-2
|
||||||
workspace=17,monitor:HDMI-A-1
|
workspace=17,monitor:HDMI-A-2
|
||||||
workspace=18,monitor:HDMI-A-1
|
workspace=18,monitor:HDMI-A-2
|
||||||
workspace=19,monitor:HDMI-A-1
|
workspace=19,monitor:HDMI-A-2
|
||||||
|
|
||||||
workspace=1,monitor:eDP-1, default:true
|
workspace=1,monitor:eDP-1, default:true
|
||||||
workspace=2,monitor:eDP-1
|
workspace=2,monitor:eDP-1
|
||||||
|
|
|
@ -12,6 +12,7 @@ end
|
||||||
return {
|
return {
|
||||||
'stevearc/oil.nvim',
|
'stevearc/oil.nvim',
|
||||||
dependencies = { "nvim-tree/nvim-web-devicons" }, lazy = true,
|
dependencies = { "nvim-tree/nvim-web-devicons" }, lazy = true,
|
||||||
|
default_file_explorer = true,
|
||||||
opts = {
|
opts = {
|
||||||
keymaps = {
|
keymaps = {
|
||||||
["g?"] = "actions.show_help",
|
["g?"] = "actions.show_help",
|
||||||
|
|
Loading…
Reference in New Issue