From f8a7a706a82a4a00cf1272294f9c7d270248b124 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Fri, 24 Apr 2015 13:10:09 -0400 Subject: [PATCH 01/11] Add bold styling to urxvt. --- X11/Xresources.dotfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/X11/Xresources.dotfile b/X11/Xresources.dotfile index f22fd10..999ef0f 100644 --- a/X11/Xresources.dotfile +++ b/X11/Xresources.dotfile @@ -6,10 +6,10 @@ Xft.hintstyle: hintslight URxvt.depth: 32 ! URxvt.foreground: [100]#ffbf00 -URxvt.background: [100]#252525 +! URxvt.background: [100]#252525 URxvt.scrollstyle: plain URxvt.font: xft:meslo lg s dz:size=10 -URxvt.boldFont: xft:meslo lg s dz:size=10 +URxvt.boldFont: xft:meslo lg s dz:size=10:style=bold URxvt.letterSpace: -1 URxvt.scrollBar_right: true URxvt.scrollBar: false From 8e618a7a311e529fcb1b96795b249fca85e6fa94 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Fri, 24 Apr 2015 13:10:46 -0400 Subject: [PATCH 02/11] Remove blinking in urxvt Saves a bit of battery. --- X11/Xresources.dotfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/X11/Xresources.dotfile b/X11/Xresources.dotfile index 999ef0f..47a6954 100644 --- a/X11/Xresources.dotfile +++ b/X11/Xresources.dotfile @@ -6,11 +6,12 @@ Xft.hintstyle: hintslight URxvt.depth: 32 ! URxvt.foreground: [100]#ffbf00 -! URxvt.background: [100]#252525 +URxvt.background: [100]#252525 URxvt.scrollstyle: plain URxvt.font: xft:meslo lg s dz:size=10 URxvt.boldFont: xft:meslo lg s dz:size=10:style=bold URxvt.letterSpace: -1 +URxvt.cursorBlink: 0 URxvt.scrollBar_right: true URxvt.scrollBar: false URxvt.scrollTtyOutput: false From 60ec1a2b7e00683148be631050f5dc0a9f2d5bcc Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Fri, 24 Apr 2015 13:12:01 -0400 Subject: [PATCH 03/11] Switch to rofi from dmenu --- X11/Xresources.dotfile | 36 ++++++++++++++++++++++++++++++++++++ i3/i3.dotfile/config | 20 +++++++++++--------- i3/i3.dotfile/passmenu | 4 +++- 3 files changed, 50 insertions(+), 10 deletions(-) diff --git a/X11/Xresources.dotfile b/X11/Xresources.dotfile index 47a6954..22a1a0e 100644 --- a/X11/Xresources.dotfile +++ b/X11/Xresources.dotfile @@ -45,6 +45,42 @@ xterm*toolBar: false xterm*metaSendsEscape: true xterm*borderWidth: 0 +rofi.modi: window,run,ssh +rofi.opacity: 100 +rofi.width: 720 +rofi.lines: 5 +rofi.columns: 1 +rofi.font: Meslo LG S DZ 10 +rofi.fg: #f8f8f2 +rofi.bg: #252525 +rofi.bgalt: #252525 +rofi.hlfg: #f8f8f2 +rofi.hlbg: #600 +rofi.bc: #252525 +rofi.bw: 0 +rofi.location: 2 +rofi.padding: 0 +rofi.yoffset: 26 +rofi.xoffset: 0 +rofi.fixed-num-lines: false +rofi.terminal: urxvt +rofi.ssh-client: ssh +rofi.ssh-command: {terminal} -e {ssh-client} {host} +rofi.run-command: {cmd} +rofi.run-list-command: +rofi.run-shell-command: {terminal} -e {cmd} +rofi.disable-history: false +rofi.levenshtein-sort: false +rofi.case-sensitive: false +rofi.sidebar-mode: false +rofi.lazy-filter-limit: 5000 +rofi.eh: 1 +rofi.auto-select: false +rofi.pid: /run/user/1000/rofi.pid +rofi.key-window: +rofi.key-run: +rofi.key-ssh: + *.cursorBlink: true *.foreground: #f8f8f2 *.background: #252525 diff --git a/i3/i3.dotfile/config b/i3/i3.dotfile/config index f15cbf6..f01fc1e 100644 --- a/i3/i3.dotfile/config +++ b/i3/i3.dotfile/config @@ -10,7 +10,6 @@ set $mod Mod4 set $lock lock -set $run_passmenu ~/.i3/passmenu --type -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-10' -hist ~/.passmenu_history -h 26 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. ISO 10646 = Unicode @@ -33,10 +32,12 @@ bindsym $mod+Shift+Return exec terminator bindsym $mod+q kill # start dmenu (a program launcher) #bindsym $mod+d exec dmenu_run -sb "#880000" -bindsym $mod+d exec --no-startup-id j4-dmenu-desktop --dmenu="dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-10' -hist ~/.dmenu_history -h 26" -bindsym $mod+Shift+d exec --no-startup-id dmenu_run -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-10' -hist ~/.dmenu_history -h 26 -bindsym $mod+p exec --no-startup-id $run_passmenu -bindsym $mod+Shift+p exec --no-startup-id ~/.i3/passmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-10' -hist ~/.passmenu_history -h 26 +#bindsym $mod+d exec --no-startup-id j4-dmenu-desktop --dmenu="dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-10' -hist ~/.dmenu_history -h 26" +bindsym $mod+d exec --no-startup-id rofi -show run +bindsym $mod+Shift+d exec --no-startup-id j4-dmenu-desktop --dmenu="rofi -dmenu -p run" +bindsym $mod+p exec --no-startup-id ~/.i3/passmenu --type +bindsym $mod+Shift+p exec --no-startup-id ~/.i3/passmenu +bindsym $mod+n exec --no-startup-id nmcli_dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-10' -h 26 # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. @@ -137,10 +138,11 @@ bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightnes bindsym Shift+XF86MonBrightnessUp exec xbacklight -inc 1 # increase screen brightness bindsym Shift+XF86MonBrightnessDown exec xbacklight -dec 1 # decrease screen brightness -bindsym XF86Tools exec --no-startup-id j4-dmenu-desktop --dmenu="dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-8' -hist ~/.dmenu_history -h 24" -bindsym XF86Search exec --no-startup-id j4-dmenu-desktop --dmenu="dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-8' -hist ~/.dmenu_history -h 24" -bindsym XF86LaunchA exec --no-startup-id $run_passmenu -bindsym XF86Explorer exec --no-startup-id j4-dmenu-desktop --dmenu="dmenu -i -sb '#800' -nb '#252525' -fn 'Meslo LG S DZ-8' -hist ~/.dmenu_history -h 24" +bindsym XF86Tools exec --no-startup-id rofi -show ssh +bindsym XF86Search exec --no-startup-id rofi -show fm -switchers 'fm:fmenu-rofi' +bindsym XF86LaunchA exec --no-startup-id rofi -show window +bindsym XF86Explorer exec --no-startup-id rofi -show run +bindsym Mod1+Tab exec --no-startup-id rofi -show window bindsym Print exec gnome-screenshot -i diff --git a/i3/i3.dotfile/passmenu b/i3/i3.dotfile/passmenu index 9e82168..98f4930 100755 --- a/i3/i3.dotfile/passmenu +++ b/i3/i3.dotfile/passmenu @@ -8,12 +8,14 @@ if [[ $1 == "--type" ]]; then shift fi +prompt="pass" + prefix=${PASSWORD_STORE_DIR-~/.password-store} password_files=( "$prefix"/**/*.gpg ) password_files=( "${password_files[@]#"$prefix"/}" ) password_files=( "${password_files[@]%.gpg}" ) -password=$(printf '%s\n' "${password_files[@]}" | dmenu "$@") +password=$(printf '%s\n' "${password_files[@]}" | rofi -dmenu -p "$prompt" "$@") [[ -n $password ]] || exit From 7b3ace252c3ecf555f6b7cff606bf0c35591dbc5 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Fri, 24 Apr 2015 13:12:26 -0400 Subject: [PATCH 04/11] Replace gnome-screenshot with teiler --- i3/i3.dotfile/config | 2 +- teiler/teiler.configdir/config | 104 +++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+), 1 deletion(-) create mode 100644 teiler/teiler.configdir/config diff --git a/i3/i3.dotfile/config b/i3/i3.dotfile/config index f01fc1e..b9b87c6 100644 --- a/i3/i3.dotfile/config +++ b/i3/i3.dotfile/config @@ -144,7 +144,7 @@ bindsym XF86LaunchA exec --no-startup-id rofi -show window bindsym XF86Explorer exec --no-startup-id rofi -show run bindsym Mod1+Tab exec --no-startup-id rofi -show window -bindsym Print exec gnome-screenshot -i +bindsym Print exec teiler # resize window (you can also use the mouse for that) mode "resize" { diff --git a/teiler/teiler.configdir/config b/teiler/teiler.configdir/config new file mode 100644 index 0000000..ed5e1d8 --- /dev/null +++ b/teiler/teiler.configdir/config @@ -0,0 +1,104 @@ +##### teiler configuration file ###### + +# general variables + +backend=rofi +slop_color="255,0,0" +slop_border=2 +hidecursor=yes + +# the path where images, videos and pastes should be saved +img_path=$HOME/Pictures/Screenshots +vid_path=$HOME/Videos/Screencasts +paste_path=$HOME/Pictures/Paste + +# some distibutions rename the gdbar binary to dzen2-gdbar +# set it here, accordingly +gdbar=gdbar + +# editor to be used +editor=gimp + +# Uploading & archiving options +# Possible Choices for ul: fb, scp, s3, imgur (imgur does not support videos) +# Possible Choices for paste_ul: fb, scp, ix +# +# If you don't want a local history of images/videos, +# set archive_img/archive_vid to "0" +# keep in mind, that imgur does not support videos +ul=scp +paste_ul=scp +archive_vid=1 +archive_img=1 +archive_paste=0 +upload_vid=0 + +# filebin history +# for filebin history to work, you need to set your host here: +filebin_host=https://host.example.com + +# For scp you need to provide the actual path on your server +# where your files should be stored +# this path normally should be within a http domain. +# also set the actual URL to the directory + +scp_host=ratte +scp_path_img=/srv/sites/ianonavy.com/files +scp_path_vid=/srv/sites/ianonavy.com/files +scp_path_paste=/srv/sites/ianonavy.com/files +http_img=http://files.ianonavy.com +http_vid=http://files.ianonavy.com +http_paste=http://files.ianonavy.com + + + +# s3 options +# same as scp options. set an actual path within your bucket, where +# files should be stored. Also set the URL to your directories. +s3_bucket= +s3_path_img=path/to/images +s3_path_vid=path/to/videos +s3_path_paste=path/to/pastes +s3_http_img=http://rasi-teiler.s3-website-eu-west-1.amazonaws.com/path/to/images +s3_http_vid=http://rasi-teiler.s3-website-eu-west-1.amazonaws.com/path/to/videos +s3_http_paste=http://rasi-teiler.s3-website-eu-west-1.amazonaws.com/path/to/pastes + + +# Screencast options +# Resolution to change to when recording: +res=800x600 + +# Ffmpeg settings +# Possible encoder options: libav and ffmpeg +encoder=ffmpeg +encopts="-r 30 -vcodec libx264 -pix_fmt yuv420p -s $res -acodec libmp3lame" +rect_encopts="-r 30 -c:v libx264 -preset slow -crf 18 -c:a libvorbis" +ffaudio="-f alsa -ac 2 -i pulse" + +# record indicator +rec_text="capturing..." +rec_w=100 +rec_x=3400 +rec_y=0 +rec_font=PragmataPro-10 +rec_nf=\#FFFFFF +rec_sf=\#000000 + + +# Normally you don't want to change anything here! +SCREENCAST_PIDFILE=/tmp/$USER-teiler-screencast.pid +INDICATOR_PIDFILE=/tmp/$USER-teiler-indicator.pid +time=1000 +namekey=teiler +random_string=$(date +%s | sha256sum | base64 | head -c 4 ; echo) +img_filemask=$random_string +vid_filemask=$random_string +paste_filemask=$random_string + + +###### rofi options ###### + +# here you can override options for rofi. normally rofi options +# are read from ~/.Xresources, so setting options there is recommended. +# you can dump options for ~/.Xresources with "rofi -dump-xresources" +rofiopts="-lines 25" From 08e06e560026a7557cce5fcf74885edccb8810af Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Fri, 24 Apr 2015 13:12:57 -0400 Subject: [PATCH 05/11] Improve i3 layout - Reduce border width to 1px - Make feh automatically float - Fix text color for unfocused active titles --- i3/i3.dotfile/config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/i3/i3.dotfile/config b/i3/i3.dotfile/config index b9b87c6..3df0be3 100644 --- a/i3/i3.dotfile/config +++ b/i3/i3.dotfile/config @@ -200,13 +200,15 @@ bindsym $mod+Shift+e mode "$quit_msg" bindsym $mod+r mode "resize" -new_window pixel 2 -new_float normal 2 +new_window pixel 1 +new_float normal 1 smart_borders on +for_window [class="feh"] floating enable + # border background text indicator -client.focused #660000 #880000 #ffffff #ff0000 -client.focused_inactive #252525 #252525 #222222 #000000 +client.focused #660000 #880000 #f8f8f2 #ff0000 +client.focused_inactive #252525 #252525 #f8f8f2 #000000 client.unfocused #252525 #252525 #888888 #000000 # Start i3bar to display a workspace bar (plus the system information i3status From 546db749c388381a4c02b4035dcf6fc3ff692052 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Fri, 24 Apr 2015 13:13:54 -0400 Subject: [PATCH 06/11] Improve i3pystatus Consume less battery by not printing seconds Save space by hiding down interfaces --- i3/i3.dotfile/status.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/i3/i3.dotfile/status.py b/i3/i3.dotfile/status.py index 3f218b8..6490c38 100644 --- a/i3/i3.dotfile/status.py +++ b/i3/i3.dotfile/status.py @@ -29,7 +29,7 @@ COLORS = { } status.register("clock", - format="%a %Y-%m-%d %H:%M:%S", + format="%a %m/%d %H:%M", color=COLORS['Magenta']) status.register("load", @@ -82,13 +82,22 @@ if os.path.exists("/sys/class/power_supply/BAT1"): if os.path.exists("/sys/class/net/wlp3s0"): status.register("wireless", interface="wlp3s0", - format_up="{essid}", + format_up="{essid} {quality:.0f}%", + format_down="", color_up=COLORS['Green'], color_down=COLORS['Red']) if os.path.exists("/sys/class/net/enp0s25"): status.register("network", interface="enp0s25", + format_down="", + color_up=COLORS['Green'], + color_down=COLORS['Red']) + +if os.path.exists("/sys/class/net/enp0s20u2c2"): + status.register("network", + interface="enp0s20u2c2", + format_down="", color_up=COLORS['Green'], color_down=COLORS['Red']) From f32f0c1ded99ead4a588ce4d987da5d00eddf893 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Fri, 24 Apr 2015 13:14:28 -0400 Subject: [PATCH 07/11] Add vimperatorrc --- vimperator/vimperatorrc.dotfile | 63 +++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 vimperator/vimperatorrc.dotfile diff --git a/vimperator/vimperatorrc.dotfile b/vimperator/vimperatorrc.dotfile new file mode 100644 index 0000000..8ef3619 --- /dev/null +++ b/vimperator/vimperatorrc.dotfile @@ -0,0 +1,63 @@ +"3.9 (created: 2015/02/15 15:49:05) + +source! /home/ian/.vimperatorrc.local + +set editor="urxvt -e vim" +set gui=nonavigation +set hc=hjklasdfgyuiopqwertnmzxcvb + +nnoremap j 3j +nnoremap k 3k +nnoremap h 3h +nnoremap l 3l + +nnoremap J gt +nnoremap K gT + +noremap m :set gui=invnavigation + +" Hide status bar when fullscreen mode is detected +autocmd Fullscreen .* js updateBottomBar() + +" Re-enable bottom bar during certain commands. +noremap : :js updateBottomBar(false): +noremap o :js updateBottomBar(false)o +noremap O :js updateBottomBar(false)O +noremap t :js updateBottomBar(false)t +noremap T :js updateBottomBar(false)t +noremap / :js updateBottomBar(false)/ +cnoremap :js updateBottomBar() +cnoremap :js updateBottomBar() + +:js << EOF +let hlContentSepValue = highlight.get('ContentSeparator').value + +function updateBottomBar(close = window.fullScreen) { + let bb = document.getElementById('liberator-bottombar') + if (! bb) return + + if (close) { + bb.style.height = '0px' + bb.style.overflow = 'hidden' + liberator.execute('highlight ContentSeparator display: none;') + } + else { + bb.style.height = '' + bb.style.overflow = '' + liberator.execute('highlight ContentSeparator ' + hlContentSepValue) + } +} +updateBottomBar() +EOF + +hi Normal color: #f8f8f2; background: #252525 +hi CompItem[selected] background: #800 +hi CmdLine background: #252525; color: #f8f8f2; font-family: "Meslo LG S DZ"; font-size: 12px; +hi StatusLine background: #252525; color: #f8f8f2; font-family: "Meslo LG S DZ"; border-color: #252525; font-size: 12px +hi ContentSeparator border-top: none; display: -moz-box; +hi ModeMsg color: #f8f8f2; background: #252525; font-family: "Meslo LG S DZ"; font-size: 12px; +hi MoreMsg color: #f8f8f2; background: #252525; font-family: "Meslo LG S DZ"; font-size: 12px; +hi Message color: #f8f8f2; background: #252525; font-family: "Meslo LG S DZ"; font-size: 12px; min-width: 100%; +hi PromptText color: #f8f8f2; font-family: "Meslo LG S DZ"; font-size: 12px; + +" vim: set ft=vimperator: From d7c17a11940041027d2472c0240bfbb5f3ed2363 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Fri, 24 Apr 2015 13:16:59 -0400 Subject: [PATCH 08/11] Add GTK config Removes padding from GNOME apps on tiling window managers. --- gtk/gtk-3.0.configdir/gtk.css | 10 ++++++++++ gtk/gtk-3.0.configdir/settings.ini | 16 ++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 gtk/gtk-3.0.configdir/gtk.css create mode 100644 gtk/gtk-3.0.configdir/settings.ini diff --git a/gtk/gtk-3.0.configdir/gtk.css b/gtk/gtk-3.0.configdir/gtk.css new file mode 100644 index 0000000..be90a33 --- /dev/null +++ b/gtk/gtk-3.0.configdir/gtk.css @@ -0,0 +1,10 @@ +.window-frame, .window-frame:backdrop { + box-shadow: 0 0 0 black; + border-style: none; + margin: 0; + border-radius: 0; +} + +.titlebar { + border-radius: 0; +} diff --git a/gtk/gtk-3.0.configdir/settings.ini b/gtk/gtk-3.0.configdir/settings.ini new file mode 100644 index 0000000..c43ad17 --- /dev/null +++ b/gtk/gtk-3.0.configdir/settings.ini @@ -0,0 +1,16 @@ +[Settings] +gtk-theme-name=iris +gtk-icon-theme-name=Numix-Circle +gtk-font-name=Cantarell 11 +gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=0 +gtk-menu-images=0 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintslight +gtk-xft-rgba=rgb From 946bb228ea6c768a99a120517ead01d1639180e1 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Fri, 24 Apr 2015 13:18:17 -0400 Subject: [PATCH 09/11] Remove nm-applet from autostart --- i3/i3.dotfile/config | 1 - 1 file changed, 1 deletion(-) diff --git a/i3/i3.dotfile/config b/i3/i3.dotfile/config index 3df0be3..4e93ccc 100644 --- a/i3/i3.dotfile/config +++ b/i3/i3.dotfile/config @@ -233,7 +233,6 @@ exec --no-startup-id compton -b --vsync opengl-swc --backend glx -f -D 5 --confi exec --no-startup-id feh --bg-scale /home/ian/Pictures/Wallpapers/wallpaper.jpg exec --no-startup-id seafile-applet exec --no-startup-id xrdb -merge ~/.Xresources -exec --no-startup-id nm-applet bindsym $mod+u exec setxkbmap us bindsym $mod+c exec setxkbmap us -variant colemak From 1b8935bb444186742233ef446c6c1261cdaec96e Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Fri, 24 Apr 2015 13:30:04 -0400 Subject: [PATCH 10/11] Add gaps edit mode --- i3/i3.dotfile/config | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/i3/i3.dotfile/config b/i3/i3.dotfile/config index 4e93ccc..b3f27a7 100644 --- a/i3/i3.dotfile/config +++ b/i3/i3.dotfile/config @@ -204,6 +204,43 @@ new_window pixel 1 new_float normal 1 smart_borders on +set $mode_gaps Gaps: (o) outer, (i) inner +set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global) +set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global) +bindsym $mod+Shift+g mode "$mode_gaps" + +mode "$mode_gaps" { + bindsym o mode "$mode_gaps_outer" + bindsym i mode "$mode_gaps_inner" + bindsym Return mode "default" + bindsym Escape mode "default" +} + +mode "$mode_gaps_inner" { + bindsym plus gaps inner current plus 5 + bindsym minus gaps inner current minus 5 + bindsym 0 gaps inner current set 0 + + bindsym Shift+plus gaps inner all plus 5 + bindsym Shift+minus gaps inner all minus 5 + bindsym Shift+0 gaps inner all set 0 + + bindsym Return mode "default" + bindsym Escape mode "default" +} +mode "$mode_gaps_outer" { + bindsym plus gaps outer current plus 5 + bindsym minus gaps outer current minus 5 + bindsym 0 gaps outer current set 0 + + bindsym Shift+plus gaps outer all plus 5 + bindsym Shift+minus gaps outer all minus 5 + bindsym Shift+0 gaps outer all set 0 + + bindsym Return mode "default" + bindsym Escape mode "default" +} + for_window [class="feh"] floating enable # border background text indicator From d41e3a1ff29545758087b8ecc58f5d26b9091752 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Fri, 24 Apr 2015 13:31:10 -0400 Subject: [PATCH 11/11] Partially update arch package list --- arch/all.pkglist | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/all.pkglist b/arch/all.pkglist index a43abf2..c4ebcd1 100644 --- a/arch/all.pkglist +++ b/arch/all.pkglist @@ -1,5 +1,6 @@ -awesome -awesome-gnome +i3-gaps-git +sublime-text-nightly +thunar file-roller git sudo