diff --git a/Xresources b/Xresources index f6512d8..40bd385 100644 --- a/Xresources +++ b/Xresources @@ -1,6 +1,3 @@ -!! URxvt Appearance -URxvt*termName: rxvt-256color -URxvt*font: xft:Terminess Nerd Font:size=12 Xft.autohint: 1 Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull @@ -9,21 +6,3 @@ Xft.antialias: 1 Xft.rgba: rgb rofi.color-enabled: true -URxvt*letterSpace: 0 -URxvt*lineSpace: 1 -URxvt*geometry: 80x-1 -URxvt.internalBorder: 12 -URxvt.saveline: 2048 -URxvt.scrollBar: false -URxvt.scrollBar_right: false -URxvt.urgentOnBell: true -URxvt.depth: 32 -URxvt.cursorUnderline: true -URxvt.cursorBlink: true -URxvt*scrollTtyOutput: false - -!! enable keyboard copying -!! https://github.com/pkkolos/urxvt-scripts/tree/master -URxvt.perl-ext-common: keyboard-select -URxvt.keysym.Control-s: perl:keyboard-select:activate -URxvt.keyboard-select.clipboard: true diff --git a/i3/config b/i3/config index 6ee075b..cd348d6 100644 --- a/i3/config +++ b/i3/config @@ -15,25 +15,6 @@ set $mod Mod4 # is used in the bar {} block below. font pango:Dejavu Sans Mono 12 -# This font is widely installed, provides lots of unicode glyphs, right-to-left -# text rendering and scalability on retina/hidpi displays (thanks to pango). -#font pango:DejaVu Sans Mono 8 - -# Start XDG autostart .desktop files using dex. See also -# https://wiki.archlinux.org/index.php/XDG_Autostart -#exec --no-startup-id dex --autostart --environment i3 - -# The combination of xss-lock, nm-applet and pactl is a popular choice, so -# they are included here as an example. Modify as you see fit. - -# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the -# screen before suspend. Use loginctl lock-session to lock your screen. -#exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork - -# NetworkManager is the most popular way to manage wireless networks on Linux, -# and nm-applet is a desktop environment-independent system tray GUI for it. -#exec --no-startup-id nm-applet - # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status