mirror of
https://github.com/zedsalim/debian-z.git
synced 2026-04-22 06:09:37 +00:00
Updates
This commit is contained in:
parent
8524f1496d
commit
bfe8b96c91
17 changed files with 1027 additions and 84 deletions
|
|
@ -14,7 +14,8 @@ exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
|||
######################################
|
||||
# Vars
|
||||
|
||||
set $mod Mod4
|
||||
set $mod Mod4
|
||||
set $alt Mod1
|
||||
set $g_inner 9
|
||||
set $g_outer 6
|
||||
######################################
|
||||
|
|
@ -45,6 +46,10 @@ bindsym $mod+Shift+b exec "sudo reboot"
|
|||
# Power off
|
||||
bindsym $mod+Shift+s exec "sudo shutdown now"
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindsym $alt+Shift+s layout stacking
|
||||
bindsym $alt+Shift+t layout tabbed
|
||||
bindsym $alt+Shift+e layout toggle split
|
||||
|
||||
# Browser
|
||||
bindsym $mod+w exec brave-browser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue