Add scripts, configurations, docs from borgcube
This commit is contained in:
5
conf/Microsoft.PowerShell_profile.ps1
Normal file
5
conf/Microsoft.PowerShell_profile.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
# PowerShell profile script
|
||||
|
||||
Set-Alias ps Get-Process
|
||||
Set-Alias kill Stop-Process
|
||||
|
||||
49
conf/gnome-shortcuts.conf
Normal file
49
conf/gnome-shortcuts.conf
Normal file
@@ -0,0 +1,49 @@
|
||||
[/]
|
||||
calculator=['<Super>c']
|
||||
control-center=['<Shift><Super>s']
|
||||
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6/']
|
||||
decrease-text-size=['<Super>minus']
|
||||
help=['<Super>h']
|
||||
increase-text-size=['<Super>equal']
|
||||
next=['<Alt><Super>Right']
|
||||
play=['<Alt><Super>space']
|
||||
previous=['<Alt><Super>Left']
|
||||
search=['<Super>f']
|
||||
volume-down=['<Alt><Super>Down']
|
||||
volume-up=['<Alt><Super>Up']
|
||||
www=['<Super>b']
|
||||
|
||||
[custom-keybindings/custom0]
|
||||
binding='<Primary><Alt><Super>s'
|
||||
command='/bin/systemctl suspend'
|
||||
name='Sleep'
|
||||
|
||||
[custom-keybindings/custom1]
|
||||
binding='<Shift><Super>l'
|
||||
command='gnome-session-quit --logout'
|
||||
name='Log out'
|
||||
|
||||
[custom-keybindings/custom2]
|
||||
binding='<Super>i'
|
||||
command='gnome-terminal -e pwsh'
|
||||
name='PowerShell Terminal'
|
||||
|
||||
[custom-keybindings/custom3]
|
||||
binding='<Alt><Super>KP_5'
|
||||
command='/home/lachtan/bin/winmix.py 5'
|
||||
name='winmix middle'
|
||||
|
||||
[custom-keybindings/custom4]
|
||||
binding='<Alt><Super>KP_4'
|
||||
command='/home/lachtan/bin/winmix.py 4'
|
||||
name='winmix left'
|
||||
|
||||
[custom-keybindings/custom5]
|
||||
binding='<Alt><Super>KP_6'
|
||||
command='/home/lachtan/bin/winmix.py 6'
|
||||
name='winmix right'
|
||||
|
||||
[custom-keybindings/custom6]
|
||||
binding='<Alt><Super>KP_0'
|
||||
command='/home/lachtan/bin/winmix.py 0'
|
||||
name='winmix reset'
|
||||
3
conf/packages.txt
Normal file
3
conf/packages.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# list of debian packages to install
|
||||
curl
|
||||
mc less vim tcpdump hwinfo
|
||||
Reference in New Issue
Block a user