aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2024-03-25 20:12:00 +0100
committerdavidpkj <davidpenkow1@gmail.com>2024-03-25 20:14:29 +0100
commitf58f26f0dc4e65e7af4d720f50d1b1a724ac38fc (patch)
tree760aaedf7aa61fea4f724b04475c9b58f7579a12 /xorg
parent5b9f5d92c4b6961049179598a235db60bed6ecbf (diff)
Framework Laptop
Diffstat (limited to 'xorg')
-rw-r--r--xorg/.Xmodmap2
-rw-r--r--xorg/.Xresources4
-rw-r--r--xorg/.config/user-dirs.dirs15
3 files changed, 18 insertions, 3 deletions
diff --git a/xorg/.Xmodmap b/xorg/.Xmodmap
index f46f862..2acfb74 100644
--- a/xorg/.Xmodmap
+++ b/xorg/.Xmodmap
@@ -98,7 +98,7 @@ keycode 104 = KP_Enter NoSymbol KP_Enter
keycode 105 = Multi_key NoSymbol Multi_key
keycode 106 = KP_Divide KP_Divide KP_Divide KP_Divide KP_Divide KP_Divide XF86Ungrab
keycode 107 = Print Sys_Req Print Sys_Req
-keycode 108 = Alt_R Meta_R Alt_R Meta_R
+keycode 108 = Mode_switch Meta_R Mode_switch Meta_R
keycode 109 = Linefeed NoSymbol Linefeed
keycode 110 = Home NoSymbol Home
keycode 111 = Up NoSymbol uparrow uparrow
diff --git a/xorg/.Xresources b/xorg/.Xresources
index 2ed927f..ceed0fe 100644
--- a/xorg/.Xresources
+++ b/xorg/.Xresources
@@ -1,6 +1,6 @@
#include ".cache/wal/colors.Xresources"
-#define font "JetBrainsMono Nerd Font:size=19:pixelsize=24:antialias=true:autohint=true"
+#define font "JetBrainsMono Nerd Font:size=16:pixelsize=21:antialias=true:autohint=true"
! Terminal colors
*.color0: c00
@@ -49,7 +49,7 @@
*.accent: cas
*accent: cas
-Xft.dpi: 220
+Xft.dpi: 137
Xcursor.theme: capitaine-cursors-light
diff --git a/xorg/.config/user-dirs.dirs b/xorg/.config/user-dirs.dirs
new file mode 100644
index 0000000..1f79a03
--- /dev/null
+++ b/xorg/.config/user-dirs.dirs
@@ -0,0 +1,15 @@
+# This file is written by xdg-user-dirs-update
+# If you want to change or add directories, just edit the line you're
+# interested in. All local changes will be retained on the next run.
+# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
+# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
+# absolute path. No other format is supported.
+#
+XDG_DESKTOP_DIR="$HOME/"
+XDG_DOWNLOAD_DIR="$HOME/downloads"
+XDG_TEMPLATES_DIR="$HOME/"
+XDG_PUBLICSHARE_DIR="$HOME/"
+XDG_DOCUMENTS_DIR="$HOME/documents"
+XDG_MUSIC_DIR="$HOME/music"
+XDG_PICTURES_DIR="$HOME/images"
+XDG_VIDEOS_DIR="$HOME/"