Make i3lock pretty, and work with tbg
This commit is contained in:
parent
35a97a2784
commit
f373d91030
2 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,7 @@ node default {
|
||||||
'arduino',
|
'arduino',
|
||||||
'atom-editor-bin',
|
'atom-editor-bin',
|
||||||
'bcm20702a1-firmware',
|
'bcm20702a1-firmware',
|
||||||
|
'betterlockscreen',
|
||||||
'bleachbit',
|
'bleachbit',
|
||||||
'blender',
|
'blender',
|
||||||
'bluez-firmware',
|
'bluez-firmware',
|
||||||
|
@ -48,7 +49,6 @@ node default {
|
||||||
'hexchat',
|
'hexchat',
|
||||||
'hipchat',
|
'hipchat',
|
||||||
'htop',
|
'htop',
|
||||||
'i3lock',
|
|
||||||
'i3status',
|
'i3status',
|
||||||
'i3status-rust',
|
'i3status-rust',
|
||||||
'ibus',
|
'ibus',
|
||||||
|
|
|
@ -27,7 +27,7 @@ bindsym $mod+F12 exec --no-startup-id sct 3000
|
||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
bindsym $mod+K exec --no-startup-id keepassxc
|
bindsym $mod+K exec --no-startup-id keepassxc
|
||||||
bindsym $mod+l exec --no-startup-id i3lock -ftc 000000
|
bindsym $mod+l exec --no-startup-id i3lock -ftei /tmp/.wallpaper
|
||||||
bindsym $mod+d exec --no-startup-id rofi -show drun -sidebar-mode
|
bindsym $mod+d exec --no-startup-id rofi -show drun -sidebar-mode
|
||||||
bindsym $mod+Tab exec --no-startup-id rofi -show window
|
bindsym $mod+Tab exec --no-startup-id rofi -show window
|
||||||
bindsym $mod+Return exec i3-sensible-terminal
|
bindsym $mod+Return exec i3-sensible-terminal
|
||||||
|
|
Loading…
Reference in a new issue