aboutsummaryrefslogtreecommitdiff
path: root/.config/i3/config
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 10:00:41 -0500
committerXander Swan <email>2025-12-03 10:00:41 -0500
commita9bd3263f74bb219ecc451b7c145f229aabd139a (patch)
treef4b62b43b005e18ee0ec485daa8a5efcd0604115 /.config/i3/config
parentdb2efeacfb28e035f9fc6e3fcaf32ecf1eea7c1d (diff)
poggers
Diffstat (limited to '.config/i3/config')
-rw-r--r--.config/i3/config12
1 files changed, 7 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 86a0ee1..fddda7f 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -32,9 +32,11 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
# and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet
+exec xrandr --output DVI-D-0 --auto --right-of HDMI-A-0
exec setxkbmap -option "caps:super"
exec nitrogen --restore
exec alacritty --hold -e sudo pacman -Syu
+exec unclutter --timeout 2
# Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status
@@ -48,10 +50,10 @@ bindsym XF86AudioPrev exec --no-startup-id playerctl previous && $refresh_i3stat
# use these keys for focus, movement, and resize directions when reaching for
# the arrows is not convenient
-set $up j
-set $down k
-set $left l
-set $right semicolon
+set $up k
+set $down j
+set $left h
+set $right l
set $mod Mod4
# use Mouse+$mod to drag floating windows to their wanted position
@@ -102,7 +104,7 @@ bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
-bindsym $mod+h split h
+bindsym $mod+g split h
# split in vertical orientation
bindsym $mod+v split v