Skip to content

Commit f051e21

Browse files
committed
Configuración de ventanas flotantes
1 parent 1a6c100 commit f051e21

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

conf/home/.config/i3/config

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ assign [class="^[aA]tom"] → $WS2
8484
for_window [class="^[aA]tom"] focus
8585
assign [class="^[bB]rackets"] → $WS2
8686
for_window [class="^[Bb]rackets"] focus
87-
assign [class="^[gG]eany"] → $WS2
88-
for_window [class="^[gG]eany"] focus
8987

9088
## 3
9189
assign [class="^[fF]irefox"] → $WS3
@@ -141,9 +139,9 @@ for_window [class="Pychess"] focus
141139
############ FOCUS DE VENTANAS ############
142140
###########################################################
143141
bindsym $mod+F1 [class="Firefox"] focus
144-
bindsym $mod+F2 [class="Atom"] focus
145-
bindsym $mod+F3 [title="PhpStorm"] focus
146-
bindsym $mod+F4 [class="Thunar"] focus
142+
bindsym $mod+F2 [class="PhpStorm"] focus
143+
bindsym $mod+F3 [title="Atom"] focus
144+
bindsym $mod+F4 [class="nautilus"] focus
147145
bindsym $mod+F5 [class="tilix"] focus
148146
bindsym $mod+F6 [title="PyCharm"] focus
149147
bindsym $mod+F7 [class="Firefox"] focus
@@ -207,6 +205,10 @@ for_window [class="Unetbootin"] floating enable
207205
for_window [class="Usb-creator-gtk"] floating enable
208206
for_window [class="Xfce4-taskmanager"] floating enable
209207
for_window [title="^Terminator Preferences$"] floating enable
208+
for_window [title="QOwnNotes"] floating enable, resize set 1000 800
209+
for_window [title="ARandR"] floating enable, move position 50 50
210+
for_window [title="^Screen Layout Editor$"] floating enable
211+
for_window [title="^Instalador de paquetes"] floating enable, move position 50 50
210212

211213
###########################################################
212214
############ VENTANAS NO FLOTANTES ############
@@ -302,7 +304,9 @@ bar {
302304
output DVI-D-0
303305
output LVDS-2
304306
output VGA
307+
output VGA-1
305308

309+
status_command i3status
306310
#status_command python3 ~/.config/i3/scripts/i3pystatus-min-config.py
307311

308312
## Deshabilitado iconos en esta segunda barra
@@ -474,10 +478,14 @@ bindsym --release print exec xfce4-screenshooter -fm -s ~/Imágenes/Screenshots/
474478
bindcode XF86MonBrightnessUp exec --no-startup-id ~/config/.i3/scripts/brillo.py next && notify-send "Brillo Arriba" || notify-send "Error: Brillo Arriba ha fallado"
475479
bindcode XF86MonBrightnessDown exec --no-startup-id ~/config/.i3/scripts/brillo.py back && notify-send "Brillo Abajo" || notify-send "Error: Brillo Abajo ha fallado"
476480

481+
## Abrir programa de Notas QOwnNotes
482+
bindsym --release $mod+n exec QOwnNotes
483+
484+
477485
############################################################
478486
############### Autostart ##################
479487
############################################################
480-
exec --no-startup-id i3-msg 'workspace $WS1; exec thunar;'
488+
exec --no-startup-id i3-msg 'workspace $WS1; exec nautilus;'
481489
exec --no-startup-id i3-msg 'workspace $WS1; exec tilix;'
482490
exec --no-startup-id i3-msg 'workspace $WS3; exec x-www-browser; workspace $WS1'
483491
exec --no-startup-id i3-msg 'workspace $WS4; exec ~/4_Programas/Telegram/Telegram; workspace $WS1'

0 commit comments

Comments
 (0)