minor tweaks
This commit is contained in:
@@ -6,3 +6,9 @@
|
|||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
default = current
|
default = current
|
||||||
|
[credential "https://github.com"]
|
||||||
|
helper =
|
||||||
|
helper = !/usr/bin/gh auth git-credential
|
||||||
|
[credential "https://gist.github.com"]
|
||||||
|
helper =
|
||||||
|
helper = !/usr/bin/gh auth git-credential
|
||||||
|
|||||||
9
sh/.exrc
9
sh/.exrc
@@ -1 +1,8 @@
|
|||||||
set tabstop=4
|
set autoindent
|
||||||
|
set tabstop=2
|
||||||
|
set shiftwidth=2
|
||||||
|
set showmatch
|
||||||
|
set wrapscan
|
||||||
|
set ignorecase
|
||||||
|
|
||||||
|
map ; :
|
||||||
|
|||||||
@@ -18,6 +18,12 @@ set $term foot
|
|||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
set $menu wmenu-run
|
set $menu wmenu-run
|
||||||
|
|
||||||
|
workspace_layout tabbed
|
||||||
|
|
||||||
|
# titlebar font
|
||||||
|
font Droid Sans Mono Bold 10
|
||||||
|
#font DejaVu Serif Italic Bold 10
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
@@ -218,7 +224,7 @@ bindsym $mod+r mode "resize"
|
|||||||
#
|
#
|
||||||
# Read `man 5 sway-bar` for more information about this section.
|
# Read `man 5 sway-bar` for more information about this section.
|
||||||
bar {
|
bar {
|
||||||
position top
|
position bottom
|
||||||
|
|
||||||
# When the status_command prints a new line to stdout, swaybar updates.
|
# When the status_command prints a new line to stdout, swaybar updates.
|
||||||
# The default just shows the current date and time.
|
# The default just shows the current date and time.
|
||||||
@@ -230,5 +236,3 @@ bar {
|
|||||||
inactive_workspace #32323200 #32323200 #5c5c5c
|
inactive_workspace #32323200 #32323200 #5c5c5c
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
|
||||||
|
|||||||
Reference in New Issue
Block a user