diff --git a/install b/install index db91322..fc9a0e3 100755 --- a/install +++ b/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" diff --git a/system/.config/autokey/autokey.json b/system/.config/autokey/autokey.json index 70666eb..925f3fa 100644 --- a/system/.config/autokey/autokey.json +++ b/system/.config/autokey/autokey.json @@ -1,5 +1,5 @@ { - "version": "0.95.6", + "version": "0.95.7", "userCodeDir": null, "settings": { "isFirstRun": true, diff --git a/system/.config/gtk-2.0/gtkfilechooser.ini b/system/.config/gtk-2.0/gtkfilechooser.ini index 251c46c..a576c47 100644 --- a/system/.config/gtk-2.0/gtkfilechooser.ini +++ b/system/.config/gtk-2.0/gtkfilechooser.ini @@ -1,6 +1,6 @@ [Filechooser Settings] LocationMode=path-bar -ShowHidden=true +ShowHidden=false ShowSizeColumn=true GeometryX=0 GeometryY=0 diff --git a/system/.config/gtk-2.0/gtkrc b/system/.config/gtk-2.0/gtkrc index d235938..3604e1e 100644 --- a/system/.config/gtk-2.0/gtkrc +++ b/system/.config/gtk-2.0/gtkrc @@ -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 diff --git a/system/.config/gtk-3.0/settings.ini b/system/.config/gtk-3.0/settings.ini index 15e7f0b..657728a 100644 --- a/system/.config/gtk-3.0/settings.ini +++ b/system/.config/gtk-3.0/settings.ini @@ -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 diff --git a/system/.config/i3/config b/system/.config/i3/config index 5dfd076..8905152 100644 --- a/system/.config/i3/config +++ b/system/.config/i3/config @@ -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 diff --git a/system/.config/i3/config.base b/system/.config/i3/config.base index 90b3b3d..b2cf94c 100644 --- a/system/.config/i3/config.base +++ b/system/.config/i3/config.base @@ -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 diff --git a/system/.local/bin/gw2 b/system/.local/bin/gw2 index 378e04c..d4a7bab 100755 --- a/system/.local/bin/gw2 +++ b/system/.local/bin/gw2 @@ -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 diff --git a/system/etc/docker/daemon.json b/system/etc/docker/daemon.json new file mode 100644 index 0000000..136441e --- /dev/null +++ b/system/etc/docker/daemon.json @@ -0,0 +1,3 @@ +{ + "experimental": true +}