.
This commit is contained in:
parent
fba549583c
commit
1d6a5503d4
3 changed files with 6 additions and 14 deletions
3
.config/ly/SETUP.md
Normal file
3
.config/ly/SETUP.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Setting up ly display manager
|
||||||
|
- Copy config.ini to /etc/ly/config.ini
|
||||||
|
- Done.
|
||||||
BIN
.config/startup.mp3
Normal file
BIN
.config/startup.mp3
Normal file
Binary file not shown.
|
|
@ -194,7 +194,7 @@ bindsym $ctrl+$sup+f exec xdg-open https://
|
||||||
bindsym $sup+e exec xdg-open ~
|
bindsym $sup+e exec xdg-open ~
|
||||||
|
|
||||||
# Kill Window | "Assasquinar" janela (mata essa "pomba" seu "assasquino")
|
# Kill Window | "Assasquinar" janela (mata essa "pomba" seu "assasquino")
|
||||||
bindsym $sup+q kill
|
bindsym $sup+Shift+q kill
|
||||||
|
|
||||||
# Change focus | Mudar foco
|
# Change focus | Mudar foco
|
||||||
bindsym $sup+Left focus left
|
bindsym $sup+Left focus left
|
||||||
|
|
@ -207,10 +207,8 @@ bindsym $sup+f fullscreen toggle
|
||||||
|
|
||||||
# Change container layout (stacked, tabbed, toggle split) | Mudar layout do conteúdo (estacado, agrupado, ativar/desativar partição)
|
# Change container layout (stacked, tabbed, toggle split) | Mudar layout do conteúdo (estacado, agrupado, ativar/desativar partição)
|
||||||
bindsym $sup+s layout toggle split
|
bindsym $sup+s layout toggle split
|
||||||
bindsym $sup+a layout toggle tabbed split
|
bindsym $sup+a layout toggle tabbed
|
||||||
bindsym $sup+Shift+w layout tabbed
|
bindsym $sup+Shift+a layout toggle stacking
|
||||||
bindsym $sup+Shift+a layout toggle tabbed stacking split
|
|
||||||
bindsym $sup+Shift+Space layout toggle tabbed stacking split
|
|
||||||
|
|
||||||
# Resize floating window | Redimensionar janela flutuante
|
# Resize floating window | Redimensionar janela flutuante
|
||||||
#bindsym $sup+Shift+h exec swaymsg -t command resize shrink width 50px
|
#bindsym $sup+Shift+h exec swaymsg -t command resize shrink width 50px
|
||||||
|
|
@ -227,7 +225,6 @@ bindsym $alt+Tab focus mode_toggle
|
||||||
|
|
||||||
# Center | Centro
|
# Center | Centro
|
||||||
bindsym $sup+Shift+c move position center
|
bindsym $sup+Shift+c move position center
|
||||||
bindsym $sup+c move position center
|
|
||||||
|
|
||||||
# Sway reload | Recarregar o Sway
|
# Sway reload | Recarregar o Sway
|
||||||
bindsym $sup+$ctrl+r reload
|
bindsym $sup+$ctrl+r reload
|
||||||
|
|
@ -318,14 +315,6 @@ bindsym $sup+d workspace back_and_forth
|
||||||
# Termite (Terminal)
|
# Termite (Terminal)
|
||||||
#for_window [app_id=".*termite$"] floating enablew
|
#for_window [app_id=".*termite$"] floating enablew
|
||||||
|
|
||||||
# Container
|
|
||||||
bindsym $sup+Shift+g exec swaymsg \
|
|
||||||
'[con_id=focused]' \
|
|
||||||
move container to mark tabgroup; \
|
|
||||||
[mark=tabgroup] \
|
|
||||||
layout tabbed; \
|
|
||||||
unmark tabgroup
|
|
||||||
|
|
||||||
# *** Move | Mover ***
|
# *** Move | Mover ***
|
||||||
bindsym $sup+Shift+Left move left
|
bindsym $sup+Shift+Left move left
|
||||||
bindsym $sup+Shift+Right move right
|
bindsym $sup+Shift+Right move right
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue