Fixes during new SSD installation
This commit is contained in:
parent
c28354db54
commit
20c3d0b4d4
|
@ -1,3 +1,3 @@
|
|||
gtk-icon-theme-name = "elementary"
|
||||
gtk-theme-name = "Arc-Dark"
|
||||
gtk-font-name = "Iosevka Type 10"
|
||||
gtk-font-name = "iosevka-lyte 10"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Settings]
|
||||
gtk-icon-theme-name = elementary
|
||||
gtk-theme-name = Arc-Dark
|
||||
gtk-font-name = Iosevka Type 10
|
||||
gtk-font-name = iosevka-lyte 10
|
||||
gtk-application-prefer-dark-theme = true
|
||||
|
|
|
@ -23,7 +23,7 @@ nnoremap <C-y> :vsplit term://$SHELL<CR><C-\><C-n>:vertical resize 120<CR>i
|
|||
" close the terminal
|
||||
tnoremap <C-w> <C-\><C-n>:q!<CR>
|
||||
tnoremap <leader>w <C-\><C-n>:q!<CR>
|
||||
tnoremap <C-n> <C-\><C-n>
|
||||
" tnoremap <C-n> <C-\><C-n>
|
||||
tnoremap <C-[> <C-\><C-n>
|
||||
|
||||
" moving between terminal splits
|
||||
|
@ -87,7 +87,7 @@ nnoremap <leader>m :call RunMake()<CR>
|
|||
|
||||
" NERDTree bindings
|
||||
" show file manager in current directory
|
||||
nnoremap <C-n> :NERDTreeToggle<CR>
|
||||
nnoremap <C-f> :NERDTreeToggle<CR>
|
||||
" show file manager in git repo root
|
||||
nnoremap <leader>n :call NERDProjectViewer()<CR>
|
||||
" focus the current file in NERDTree
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# user's username
|
||||
USERNAME=daniel
|
||||
USER_GROUPS="admin,users,wheel"
|
||||
USER_GROUPS="admin,users"
|
||||
|
||||
# add admin group
|
||||
groupadd admin 2>/dev/null
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# installs pacaur on a fresh arch install
|
||||
|
||||
# install the dependencies
|
||||
sudo pacman -S git curl openssl perl expac yajl meson gmock gtest jq --noconfirm
|
||||
sudo pacman -S git curl openssl perl expac yajl meson gmock gtest jq make pkginfo --noconfirm
|
||||
|
||||
# setup a temporary place to install the packages from
|
||||
REPOSITORY_PATH="/tmp/provisioning"
|
||||
|
|
|
@ -9,7 +9,7 @@ else
|
|||
fi
|
||||
|
||||
pacaur --needed -S \
|
||||
bluez bluz-libs bluez-utils bluez-tools \
|
||||
bluez bluez-libs bluez-utils bluez-tools \
|
||||
pigz `# Multi-core gzipping` \
|
||||
iw `# WiFi Power Saving` \
|
||||
arc-gtk-theme `# GTK Theme` \
|
||||
|
@ -24,7 +24,7 @@ pacaur --needed -S \
|
|||
audacity `# Audio Editing Application` \
|
||||
cmake `# Cross-Platform Make` \
|
||||
accountsservice `# Mainly for User Avatars with LightDM` \
|
||||
deluge cairo python-cairo `# GUI Torrent Client` \
|
||||
deluge deluge-gtk cairo python-cairo `# GUI Torrent Client` \
|
||||
lightdm lightdm-gtk-greeter `# Nice User Login` \
|
||||
polybar-git `# Bar` \
|
||||
php `# PHP Language` \
|
||||
|
|
2
env/desktop/x/resources
vendored
2
env/desktop/x/resources
vendored
|
@ -1,6 +1,6 @@
|
|||
#define bar_font_size 12
|
||||
# TODO: this needs fixing
|
||||
polybar.primary_font: Iosevka Term:pixelsize=bar_font_size;1
|
||||
polybar.primary_font: iosevka\-lyte:pixelsize=bar_font_size;1
|
||||
bspwm.reverse_desktop_ordering: 0
|
||||
bspwm.reverse_monitor_desktops: 1
|
||||
polybar.display_monitor: DisplayPort-0
|
||||
|
|
Reference in a new issue