Add dconf configuration and small fixes
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
006fddf028
commit
615d4fac8d
11 changed files with 97 additions and 29 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Author: Severin Kaderli <severin.kaderli@gmail.com>
|
||||
# Shortcut for clear because I often type the DOS command instead
|
||||
|
||||
# Shortcut for clear because I sometimes type the DOS command instead
|
||||
alias cls="clear"
|
||||
|
||||
# Use exa as ls replacement
|
||||
|
@ -14,4 +15,6 @@ alias grep="rg -n"
|
|||
# cd shortcut to get to my Projects folder
|
||||
alias pj="cd ~/Projects"
|
||||
|
||||
alias gw2="optirun wine64 ~/.wine/drive_c/Program\ Files/Guild\ Wars\ 2/Gw2-64.exe -dx9single -autologin -mapLoadinfo"
|
||||
alias e="code"
|
||||
|
||||
alias gw2="primusrun wine64 ~/.wine/drive_c/Program\ Files/Guild\ Wars\ 2/Gw2-64.exe -dx9single -autologin -mapLoadinfo"
|
||||
|
|
|
@ -11,6 +11,9 @@ if [[ -f $HOME/.keyleds ]]; then
|
|||
. $HOME/.keyleds
|
||||
fi
|
||||
|
||||
# Restore custom dconf configuration
|
||||
cat "${HOME}/dconf/root.conf" | dconf load /
|
||||
|
||||
# Activate correct crontab file
|
||||
crontab $HOME/.crontab
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ shopt -s histappend
|
|||
shopt -s checkwinsize
|
||||
shopt -s globstar
|
||||
|
||||
|
||||
# set a fancy prompt (non-color, unless we know we "want" color)
|
||||
case "$TERM" in
|
||||
xterm|xterm-color|*-256color) color_prompt=yes;;
|
||||
|
|
|
@ -3,7 +3,7 @@ background = #222D32
|
|||
foreground = #A1B0B8
|
||||
|
||||
[bar/top]
|
||||
monitor = HDMI-1
|
||||
monitor = HDMI1
|
||||
width = 100%
|
||||
height = 35
|
||||
offset-x = 0
|
||||
|
@ -33,7 +33,7 @@ tray-position = right
|
|||
|
||||
[bar/top2]
|
||||
inherit = bar/top
|
||||
monitor = eDP-1
|
||||
monitor = eDP1
|
||||
|
||||
|
||||
[module/i3]
|
||||
|
|
|
@ -9,5 +9,10 @@ setxkbmap -model pc105 -layout ch
|
|||
# Start ibus
|
||||
ibus-daemon -drx
|
||||
|
||||
|
||||
. "${HOME}/bin/resolution.sh"
|
||||
xrandr --setprovideroutputsource modesetting NVIDIA -0
|
||||
xrandr --auto
|
||||
|
||||
# Start i3
|
||||
exec dbus-launch i3
|
||||
i3
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
xrandr --output VIRTUAL1 --off --output DP3 --off --output eDP1 --mode 1920x1080 --pos 1400x472 --rotate normal --output DP1 --off --output HDMI3 --off --output HDMI2 --off --output HDMI1 --mode 1280x1024 --pos 120x528 --rotate normal --output DP2 --off
|
||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
#xrandr --auto
|
||||
xrandr --output HDMI3 --off --output HDMI2 --off --output HDMI1 --mode 1280x1024 --pos 80x56 --rotate normal --output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal --output DP3 --off --output DP2 --off --output DP1 --off
|
||||
|
|
5
system/bin/upgrade.sh
Executable file
5
system/bin/upgrade.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Author: Severin Kaderli <severin.kaderli@gmail.com>
|
||||
aurman -Syuu --rebuild
|
||||
npm update -g
|
22
system/dconf/root.conf
Normal file
22
system/dconf/root.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
[org/nemo/preferences]
|
||||
show-full-path-titles=true
|
||||
show-new-folder-icon-toolbar=false
|
||||
show-bookmarks-in-to-menus=true
|
||||
default-sort-order='name'
|
||||
default-folder-viewer='list-view'
|
||||
sort-directories-first=true
|
||||
show-hidden-files=false
|
||||
show-image-thumbnails='never'
|
||||
date-format='iso'
|
||||
show-places-in-to-menus=true
|
||||
|
||||
[desktop/ibus/general]
|
||||
engines-order=['xkb:ch::ger', 'anthy']
|
||||
preload-engines=['xkb:ch::ger', 'anthy']
|
||||
|
||||
[desktop/ibus/general/hotkey]
|
||||
triggers=['<Alt><Shift>space']
|
||||
|
||||
[desktop/ibus/panel/emoji]
|
||||
unicode-hotkey=@as []
|
||||
hotkey=@as []
|
Loading…
Add table
Add a link
Reference in a new issue