From 0f876d6b828ecad744679ae8195f657b5980c37d Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 20 May 2024 06:57:24 -0500 Subject: [PATCH] u --- dots/bash/.bashrc | 11 +++++++++-- dots/i3wm/config | 3 +++ dots/xorg/.Xresources | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 3e49ada..b0d77ea 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -38,9 +38,16 @@ ex () fi } -alias ffind='sudo find / -type f -name' - +alias ffind="sudo find / -type f -name" alias keymap="setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll" +alias nr="nitrogen --restore" + +# display setup monitor setup +# l1a : laptop + 1 monitor - setup a : latop to the left, monitor to the right +dsl1a() { + nr + xrandr --output eDP-1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-1 --off --output HDMI-1 --primary --mode 3840x2160 --pos 1920x0 --rotate normal --output DP-2 --off --output HDMI-2 --off --output DP-3 --off --output HDMI-3 --off +} # # Change the window title of X terminals # case ${TERM} in diff --git a/dots/i3wm/config b/dots/i3wm/config index 29ecf90..544f0e9 100644 --- a/dots/i3wm/config +++ b/dots/i3wm/config @@ -289,3 +289,6 @@ mode "move_container" { # nifty to press the same workspace number and go back to previous workspace_auto_back_and_forth yes + +# set laptop monitor as ws 10 +workspace 10 output eDP-1 diff --git a/dots/xorg/.Xresources b/dots/xorg/.Xresources index 94dcd99..0c5187f 100644 --- a/dots/xorg/.Xresources +++ b/dots/xorg/.Xresources @@ -1,4 +1,4 @@ ! Cursor ! https://wiki.archlinux.org/title/Cursor_themes -! Xcursor.size: 16 -! Xcursor.theme: Qogir-dark +Xcursor.size: 16 +Xcursor.theme: Qogir-dark