Add docker configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
658f108975
commit
717875f759
9 changed files with 16 additions and 7 deletions
4
install
4
install
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.95.6",
|
||||
"version": "0.95.7",
|
||||
"userCodeDir": null,
|
||||
"settings": {
|
||||
"isFirstRun": true,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Filechooser Settings]
|
||||
LocationMode=path-bar
|
||||
ShowHidden=true
|
||||
ShowHidden=false
|
||||
ShowSizeColumn=true
|
||||
GeometryX=0
|
||||
GeometryY=0
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
3
system/etc/docker/daemon.json
Normal file
3
system/etc/docker/daemon.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"experimental": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue