Add docker configuration

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-01 17:07:56 +02:00
parent 658f108975
commit 717875f759
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
9 changed files with 16 additions and 7 deletions

View file

@ -185,6 +185,10 @@ do
copy_sudoers_content "${file}"
done
print_section "Copy other files"
print_log "Copy ${SYSTEM_DIR}/etc/docker/daemon.json"
sudo install -m 644 "${SYSTEM_DIR}/etc/docker/daemon.json" "/etc/docker"
print_section "Set lockscreen image"
echo "${DOTFILES}/assets/lockscreen.${HOST}.jpg"
betterlockscreen -u "${DOTFILES}/assets/lockscreen.${HOST}.jpg"

View file

@ -1,5 +1,5 @@
{
"version": "0.95.6",
"version": "0.95.7",
"userCodeDir": null,
"settings": {
"isFirstRun": true,

View file

@ -1,6 +1,6 @@
[Filechooser Settings]
LocationMode=path-bar
ShowHidden=true
ShowHidden=false
ShowSizeColumn=true
GeometryX=0
GeometryY=0

View file

@ -5,6 +5,7 @@ include "/home/severin/.gtkrc-2.0.mine"
gtk-theme-name="Plata-Noir-Compact"
gtk-icon-theme-name="Paper-Mono-Dark"
gtk-font-name="Noto Sans 13"
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

View file

@ -24,3 +24,4 @@ gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-cursor-theme-name=Adwaita

View file

@ -1,8 +1,8 @@
###############################################################################
# Outputs #
###############################################################################
set $output1 HDMI-1-1
set $output2 eDP-1-1
set $output1 HDMI1
set $output2 eDP1
# SCRIPT NAME:
# .config/i3/config.base
#
@ -89,7 +89,7 @@ bindsym $mod+Return exec termite -c ~/.config/termite/config
bindsym $mod+Shift+q kill
# Open run menu
bindsym $mod+R exec rofi -show run -lines 5
bindsym $mod+R exec rofi -show run -lines 5 -display-run Run
# Open game menu
bindsym $mod+G exec games

View file

@ -84,7 +84,7 @@ bindsym $mod+Return exec termite -c ~/.config/termite/config
bindsym $mod+Shift+q kill
# Open run menu
bindsym $mod+R exec rofi -show run -lines 5
bindsym $mod+R exec rofi -show run -lines 5 -display-run Run
# Open game menu
bindsym $mod+G exec games

View file

@ -30,4 +30,4 @@ export LOGFILE=/dev/null
export WINEESYNC=1
# Run GW2 using some settings
wine64 "${WINEPREFIX}/drive_c/Program Files/Guild Wars 2/Gw2-64.exe" -dx9single -mapLoadInfo
wine64 "${WINEPREFIX}/drive_c/Program Files/Guild Wars 2/Gw2-64.exe" -mapLoadInfo

View file

@ -0,0 +1,3 @@
{
"experimental": true
}