Remove unnecessary whitespace
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
k = "!gitk --all"
|
k = "!gitk --all"
|
||||||
|
|
||||||
serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
|
serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
|
||||||
|
|
||||||
last = "log -1 HEAD"
|
last = "log -1 HEAD"
|
||||||
|
|
||||||
@@ -126,7 +126,7 @@
|
|||||||
[includeIf "gitdir:/var/lib/dotfiles/.git"]
|
[includeIf "gitdir:/var/lib/dotfiles/.git"]
|
||||||
path = /var/lib/dotfiles/gitcfg
|
path = /var/lib/dotfiles/gitcfg
|
||||||
[delta]
|
[delta]
|
||||||
navigate = true # use n and N to move between diff sections
|
navigate = true # use n and N to move between diff sections
|
||||||
|
|
||||||
# delta detects terminal colors automatically; set one of these to disable auto-detection
|
# delta detects terminal colors automatically; set one of these to disable auto-detection
|
||||||
# dark = true
|
# dark = true
|
||||||
|
|||||||
11
i3/config.j2
11
i3/config.j2
@@ -64,8 +64,8 @@
|
|||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
|
|
||||||
set $splith v
|
set $splith v
|
||||||
set $splitv c
|
set $splitv c
|
||||||
set $split_toggle x
|
set $split_toggle x
|
||||||
|
|
||||||
set $fullscreen f
|
set $fullscreen f
|
||||||
@@ -95,7 +95,6 @@
|
|||||||
|
|
||||||
set $screenshot o
|
set $screenshot o
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
### WORKSPACE ASSIGNMENTS ######################################################
|
### WORKSPACE ASSIGNMENTS ######################################################
|
||||||
################################################################################
|
################################################################################
|
||||||
@@ -111,7 +110,6 @@ workspace $workspace8 output {{ machine.screen.8 }}
|
|||||||
workspace $workspace9 output {{ machine.screen.9 }}
|
workspace $workspace9 output {{ machine.screen.9 }}
|
||||||
workspace $workspace10 output {{ machine.screen.0 }}
|
workspace $workspace10 output {{ machine.screen.0 }}
|
||||||
|
|
||||||
|
|
||||||
assign [class="^KeePassXC$"] $workspace8
|
assign [class="^KeePassXC$"] $workspace8
|
||||||
|
|
||||||
# See https://github.com/i3/i3/issues/2060
|
# See https://github.com/i3/i3/issues/2060
|
||||||
@@ -206,8 +204,9 @@ assign [class="^Wine$"] $workspace10
|
|||||||
|
|
||||||
### START APPLICATIONS #####################################################
|
### START APPLICATIONS #####################################################
|
||||||
|
|
||||||
bindsym $mod+d exec --no-startup-id $scriptdir/appmenu
|
bindsym $mod+d exec --no-startup-id rofi -show combi -combi-modi run -display-combi "run"
|
||||||
bindsym $mod+Return exec $terminal
|
|
||||||
|
bindsym $mod+Return exec $terminal
|
||||||
bindsym $mod+Shift+Return exec $calc
|
bindsym $mod+Shift+Return exec $calc
|
||||||
|
|
||||||
bindsym F1 exec --no-startup-id $scriptdir/shutdown-menu
|
bindsym F1 exec --no-startup-id $scriptdir/shutdown-menu
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
host="${1}" ; shift
|
host="${1}" ; shift
|
||||||
|
|
||||||
pacman -Sy --noconfirm git # yes its a partial upgrade, but thats just the live cd
|
pacman -Sy --noconfirm git # yes its a partial upgrade, but thats just the live cd
|
||||||
|
|
||||||
|
|||||||
@@ -468,8 +468,8 @@
|
|||||||
|
|
||||||
filename="$(</var/lib/makepkg/{{ item.name }}/pkgname)"
|
filename="$(</var/lib/makepkg/{{ item.name }}/pkgname)"
|
||||||
|
|
||||||
name=$(pacman -Qi --file "${filename}" | grep '^Name' | awk '{print $3}')
|
name=$(pacman -Qi --file "${filename}" | grep '^Name' | awk '{print $3}')
|
||||||
version=$(pacman -Qi --file "${filename}" | grep '^Version' | awk '{print $3}')
|
version=$(pacman -Qi --file "${filename}" | grep '^Version' | awk '{print $3}')
|
||||||
|
|
||||||
if [[ "$(pacman -Q "${name}")" == "${name} ${version}" ]] ; then
|
if [[ "$(pacman -Q "${name}")" == "${name} ${version}" ]] ; then
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
@@ -80,9 +80,9 @@ feature_dir="${XDG_RUNTIME_DIR}/features/"
|
|||||||
rm -rf "${feature_dir}"/
|
rm -rf "${feature_dir}"/
|
||||||
mkdir -p "${feature_dir}"
|
mkdir -p "${feature_dir}"
|
||||||
|
|
||||||
[[ $MACHINE_HAS_NEXTCLOUD == "true" ]] && touch "${feature_dir}"/nextcloud
|
[[ $MACHINE_HAS_NEXTCLOUD == "true" ]] && touch "${feature_dir}"/nextcloud
|
||||||
[[ $MACHINE_HAS_KEEPASSXC == "true" ]] && touch "${feature_dir}"/keepassxc
|
[[ $MACHINE_HAS_KEEPASSXC == "true" ]] && touch "${feature_dir}"/keepassxc
|
||||||
[[ $MACHINE_HAS_STEAM == "true" ]] && touch "${feature_dir}"/steam
|
[[ $MACHINE_HAS_STEAM == "true" ]] && touch "${feature_dir}"/steam
|
||||||
|
|
||||||
[[ $MACHINE_TYPE == "laptop" ]] && touch "${feature_dir}"/machine_is_laptop
|
[[ $MACHINE_TYPE == "laptop" ]] && touch "${feature_dir}"/machine_is_laptop
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user