From 988c4a263efb8a40f758d61d9d6021fc3f92e9ae Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Mon, 12 Mar 2018 15:56:35 -0400 Subject: Changes fonts & minor changes for devon --- X/.Xresources | 8 ++++---- X/.screenSetup.sh | 2 ++ X/.xinitrc | 5 +++-- i3/.config/i3/config | 14 +++++++------- i3/.config/i3status/config | 2 -- 5 files changed, 16 insertions(+), 15 deletions(-) create mode 100755 X/.screenSetup.sh diff --git a/X/.Xresources b/X/.Xresources index f8ae77d..505bef0 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -1,8 +1,8 @@ -XTerm*faceName: !FONT -UXTerm*faceName: !FONT +XTerm*faceName: Dina +UXTerm*faceName: Dina -XTerm*faceSize: !FONT_SIZE -UXTerm*faceSize: !FONT_SIZE +XTerm*faceSize: 6 +UXTerm*faceSize: 6 XTerm*allowBoldFont: false UXTerm*allowBoldFont: false diff --git a/X/.screenSetup.sh b/X/.screenSetup.sh new file mode 100755 index 0000000..b089114 --- /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-1 --mode 1920x1080 --pos 1920x0 --rotate right diff --git a/X/.xinitrc b/X/.xinitrc index a0368a7..8d1173f 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -1,6 +1,7 @@ #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 diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 6af3601..9bb9a12 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 @@ -189,7 +189,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 -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 b4f4c36..781c9bc 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" -- cgit v1.1