This commit is contained in:
Anthony Rose 2022-10-12 11:02:37 +01:00
commit d84b277152
3 changed files with 40 additions and 7 deletions

View file

@ -188,6 +188,7 @@ alias alu="apt list --upgradable"
alias asdo="apt source --download-only" alias asdo="apt source --download-only"
alias aurmake="makepkg -irs" alias aurmake="makepkg -irs"
alias f=fossil alias f=fossil
alias fdosdk="flatpak run --command=/bin/bash --share=network --filesystem=home:rw org.freedesktop.Sdk"
alias ip="ip -c" alias ip="ip -c"
alias isocal="cal --iso --reform=iso --monday --week" alias isocal="cal --iso --reform=iso --monday --week"
alias la="ls -a" alias la="ls -a"

View file

@ -0,0 +1,37 @@
window:
dimensions:
columns: 120
lines: 24
font:
normal:
family: 'Monospace'
size: 10
builtin_box_drawing: false
colors:
primary:
background: '#101010'
foreground: '#c0c0c0'
normal:
black: '#000000'
red: '#800000'
green: '#008000'
yellow: '#808000'
blue: '#000080'
magenta: '#800080'
cyan: '#008080'
white: '#c0c0c0'
bright:
black: '#808080'
red: '#ff0000'
green: '#00ff00'
yellow: '#ffff00'
blue: '#0000ff'
magenta: '#ff00ff'
cyan: '#00ffff'
white: '#ffffff'
cursor:
style:
shape: 'Block'
blinking: 'On'
selection:
save_to_clipboard: true

View file

@ -14,17 +14,12 @@ set_favorites_bar
set_keyboard_and_language () { set_keyboard_and_language () {
gsettings set org.gnome.desktop.input-sources show-all-sources true gsettings set org.gnome.desktop.input-sources show-all-sources true
if [ "$LANG" = fr_FR.UTF-8 ] gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'ca+multix'), ('xkb', 'gb')]"
then
gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'us+intl'), ('xkb', 'us')]"
else
gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'us'), ('xkb', 'us+intl')]"
fi
gsettings set org.gnome.desktop.input-sources xkb-options "['lv3:ralt_switch', 'compose:caps', 'nbsp:level3n', 'shift:both_capslock']" gsettings set org.gnome.desktop.input-sources xkb-options "['lv3:ralt_switch', 'compose:caps', 'nbsp:level3n', 'shift:both_capslock']"
gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Super>Tab']" gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Super>Tab']" gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "['<Shift><Alt>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab']" gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "['<Shift><Alt>Tab']"
# Set custom keybindings. # Set custom keybindings.
gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/launch-terminal/']" gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/launch-terminal/']"