diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-09-02 15:53:41 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-09-02 15:53:41 -0400 |
commit | 0bb0e49021e267713986240333d0cffe936f8dac (patch) | |
tree | ec77811f7a5568afd2fb0e95372adb4d35b53d11 | |
parent | 988c4a263efb8a40f758d61d9d6021fc3f92e9ae (diff) |
Adds minor changes to devon configs
-rw-r--r-- | X/.Xresources | 11 | ||||
-rwxr-xr-x | X/.screenSetup.sh | 2 | ||||
-rw-r--r-- | i3/.config/i3/config | 1 |
3 files changed, 9 insertions, 5 deletions
diff --git a/X/.Xresources b/X/.Xresources index 505bef0..1c5429a 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -1,8 +1,8 @@ -XTerm*faceName: Dina -UXTerm*faceName: Dina +XTerm*faceName: Courier 10 Pitch +UXTerm*faceName: Courier 10 Pitch -XTerm*faceSize: 6 -UXTerm*faceSize: 6 +XTerm*faceSize: 10 +UXTerm*faceSize: 10 XTerm*allowBoldFont: false UXTerm*allowBoldFont: false @@ -11,6 +11,9 @@ UXTerm*boldMode: false XTerm*colorBDMode: true UXTerm*colorBDMode: true + +*VT100*translations: #override Shift <Btn1Up>: exec-formatted("firefox '%t'", PRIMARY) +XTerm*on3Clicks: regex ([[:alpha:]]+://)?([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!! COLORS (serious business) !!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! diff --git a/X/.screenSetup.sh b/X/.screenSetup.sh index b089114..0c65708 100755 --- a/X/.screenSetup.sh +++ b/X/.screenSetup.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output DVI-I-1 --primary --mode 1920x1080 --pos 0x840 --rotate normal --output DP-1 --off --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate right +xrandr --output DVI-I-1 --primary --mode 1920x1080 --pos 0x840 --rotate normal --output DP-1 --off --output HDMI-0 --mode 1920x1080 --pos 1920x0 --rotate right diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 9bb9a12..f849312 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -188,6 +188,7 @@ bindsym XF86AudioPrev exec playerctl previous exec --no-startup-id synclient NaturalScrolling=1 VertScrollDelta=-113 exec --no-startup-id /home/tje/i3-battery-popup -N +exec /home/tje/.screenSetup.sh bindsym $mod+b exec firefox bindsym $mod+p exec passmenu |