1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00

shortcut updates

This commit is contained in:
tiynger
2019-09-10 10:03:36 +02:00
parent df2abe0340
commit 99a701d793
11 changed files with 31 additions and 145 deletions

View File

@@ -2,36 +2,14 @@ command=~/.local/bin/statusbar/$BLOCK_NAME
separator_block_width=15
markup=pango
#[record]
#command=cat /tmp/recordingicon
#interval=once
#signal=9
#[music]
#label=🎼
#interval=once
#signal=11
#[news]
#label=📰
#interval=once
#signal=6
#[iplocate]
#interval=30
[pacpackages]
label=📦
interval=once
signal=8
#[torrent]
#interval=20
#signal=7
#[weather]
#interval=180
#signal=5
[weather]
interval=180
signal=5
[mailbox]
label=📬
@@ -50,9 +28,9 @@ label=💻
interval=once
signal=10
#[disk]
#interval=60
#command=disk /
[disk]
interval=60
command=disk /
[disk]
interval=60

View File

@@ -1,8 +1,20 @@
# Basic binds
super + Return
$TERMINAL
super + b
$BROWSER
super + c
code
super + d
dmenu_run
super + f
$TERMINAL -e $FILE
super + j
xournalpp
super + m
$TERMINAL -e neomutt
super + i
idea
# Et cetera...
XF86Launch1
@@ -36,21 +48,6 @@ XF86MonBrightnessUp
# Function keys
# Show readme
super + F1
groff -mom $HOME/.local/share/larbs/readme.mom -Tpdf | zathura -
# Browser
super + F2
$BROWSER
# File Manager
super + F3
$TERMINAL -e $FILE
# VS Code
super + F4
code
# xournal
super + F5
xournalpp
# Mount a USB drive or Android device
super + F6
dmenumount
@@ -63,12 +60,12 @@ super + F8
# Network Manager interface
super + F9
$TERMINAL -e sudo -A nmtui
# Reboot
super + F11
prompt "Reboot computer?" "sudo -A shutdown -r now"
# Hibernate
super + F10
prompt 'Hibernate computer?' 'sudo systemctl suspend'
# Reboot
super + F11
prompt "Reboot computer?" "sudo -A shutdown -r now"
# Shutdown
super + F12
prompt "Shutdown computer?" "sudo -A shutdown -h now"