diff options
-rw-r--r-- | X/.Xresources | 11 | ||||
-rwxr-xr-x | X/.screenSetup.sh | 2 | ||||
-rw-r--r-- | X/.xinitrc | 5 | ||||
-rw-r--r-- | i3/.config/i3/config | 15 | ||||
-rw-r--r-- | i3/.config/i3status/config | 2 |
5 files changed, 20 insertions, 15 deletions
diff --git a/X/.Xresources b/X/.Xresources index f8ae77d..1c5429a 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -1,8 +1,8 @@ -XTerm*faceName: !FONT -UXTerm*faceName: !FONT +XTerm*faceName: Courier 10 Pitch +UXTerm*faceName: Courier 10 Pitch -XTerm*faceSize: !FONT_SIZE -UXTerm*faceSize: !FONT_SIZE +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 new file mode 100755 index 0000000..0c65708 --- /dev/null +++ b/X/.screenSetup.sh @@ -0,0 +1,2 @@ +#!/bin/sh +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 @@ -1,7 +1,8 @@ #Basic startx file uncomment lines for more functionality #feh --bg-fill !PATH_TO_WALLPAPER -#xrdb -merge /home/tje/.Xresources -#start-pulseaudio-x11 & +xrdb -merge /home/tje/.Xresources +start-pulseaudio-x11 & +~/.screenSetup.sh exec i3 exec twm diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 6af3601..f849312 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -13,7 +13,7 @@ set $mod Mod1 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango: !FONT !FONT_SIZE +font pango: Courier 8 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -30,7 +30,7 @@ font pango: !FONT !FONT_SIZE floating_modifier $mod # start a terminal - bindsym $mod+Return exec !TERMINAL + bindsym $mod+Return exec uxterm # kill focused window bindsym $mod+Shift+q kill @@ -160,7 +160,7 @@ bindsym $mod+r mode "resize" bar { status_command i3status separator_symbol " | " - font pango: 3270Medium Nerd Font 14 + font pango: GohuFonmmmt 10 # colors { # background #414A59 # statusline #F5F6F7 @@ -168,9 +168,9 @@ bar { } # Pulse Audio controls -bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume -bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume -bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound +bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 1 +5% #increase sound volume +bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 1 -5% #decrease sound volume +bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 1 toggle # mute sound # Sreen brightness controls bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness @@ -188,8 +188,9 @@ 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 !BROWSER +bindsym $mod+b exec firefox bindsym $mod+p exec passmenu for_window [class="mpv"] floating enable diff --git a/i3/.config/i3status/config b/i3/.config/i3status/config index f7ddbcc..f5876d1 100644 --- a/i3/.config/i3status/config +++ b/i3/.config/i3status/config @@ -14,10 +14,8 @@ general { order += "ipv6" order += "disk /" -order += "wireless _first_" order += "ethernet _first_" order += "volume master" -order += "battery all" order += "load" order += "cpu_temperature 0" order += "tztime local" |