Fixing i3 bug

This commit is contained in:
araison 2024-01-22 22:24:46 +01:00
parent 4db4c8c8bd
commit 38d93caf6f

View File

@ -1,5 +1,4 @@
###############################
# CONFIGURATION I3 #
###############################
# Doc : http://i3wm.org/docs/userguide.html
@ -15,20 +14,6 @@ focus_follows_mouse no
# Police à utiliser
font pango: DroidSansMono Nerd Font 12
# Couleurs
set_from_resource $active active
set_from_resource $inactive secondary
set_from_resource $background background
set_from_resource $foreground foreground
# class border backgr. text indicat child_border
client.focused $background $background $active #F8CD7A $active
client.focused_inactive $background $background inactive #5A638C $inactive
client.unfocused $background #16161E $inactive #34384D $inactive
client.urgent $active $active $background #DB4B4B $active
client.placeholder $background $background $foreground #000000 $inactive
client.background $background
# Fond d'écran si pas de multi-screen
#exec_always --no-startup-id ~/.config/i3/bing-wallpaper.sh
@ -68,8 +53,8 @@ bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# Changement du mode de split (vertical ou horizontal)
bindsym $mod+h split h
bindsym $mod+v split v
bindsym $mod+Shift+b split h
bindsym $mod+Shift+v split v
# Permet de changer de mode
bindsym $mod+f fullscreen toggle
@ -187,24 +172,12 @@ bindsym $mod+underscore workspace $ws8
bindsym $mod+ccedilla workspace $ws9
bindsym $mod+agrave workspace $ws10
bindsym $mod+Tab workspace next
bindsym $mode+Shift+Tab workspace prev
bindsym $mod+Shift+Tab workspace prev
bindsym $mod+Ctrl+Right workspace next
bindsym $mod+Ctrl+Left workspace prev
bindsym $mod+Ctrl+h workspace next
bindsym $mod+Ctrl+l workspace prev
# Déplacement vers un Workspace
bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
bindsym $mod+Shift+eacute move container to workspace $ws2; workspace $ws2
bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
bindsym $mod+Shift+egrave move container to workspace $ws7; workspace $ws7
bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
bindsym $mod+Shift+ccedilla move container to workspace $ws9; workspace $ws9
bindsym $mod+Shift+agrave move container to workspace $ws10; workspace $ws10
# Taille des fenêtres flottantes
floating_minimum_size 75 x 50
floating_maximum_size -1 x -1
@ -229,7 +202,7 @@ exec --no-startup-id nautilus
# I3 Gaps
for_window [class="^.*"] border pixel 2
for_window [class=".*"] title_format " %title"
gaps inner 0
gaps inner 5
smart_borders on
smart_gaps on