Laptop #2

Closed
thomasave wants to merge 119 commits from laptop into master
2 changed files with 14 additions and 12 deletions
Showing only changes of commit 152215463d - Show all commits

View File

@ -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

View File

@ -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",