i3: Update some settings
This commit is contained in:
25
i3/config.j2
25
i3/config.j2
@@ -212,19 +212,15 @@ assign [class="^Google-chrome$"] $workspace7
|
|||||||
bindsym $mod+$scratchpad scratchpad show
|
bindsym $mod+$scratchpad scratchpad show
|
||||||
|
|
||||||
bindsym $mod+$pim_toggle \
|
bindsym $mod+$pim_toggle \
|
||||||
unmark pim_toggle; \
|
unmark _destination; \
|
||||||
mark origin; \
|
mark _source; \
|
||||||
workspace $workspace10; \
|
workspace $workspace10; \
|
||||||
mark --add pim_toggle; \
|
mark --add _destination; \
|
||||||
workspace $workspace1; \
|
[con_mark="^_destination$"] swap container with mark "_source"; \
|
||||||
move container to workspace $workspace10; \
|
[con_mark="^_source$"] focus; \
|
||||||
[con_mark="^pim_toggle$"] focus; \
|
unmark _source; \
|
||||||
move container to workspace $workspace1; \
|
[con_mark="^_destination$"] focus; \
|
||||||
workspace $workspace1; \
|
unmark _destination;
|
||||||
[con_mark="^pim_toggle$"] focus; \
|
|
||||||
unmark pim_toggle; \
|
|
||||||
[con_mark="^origin$"] focus; \
|
|
||||||
unmark origin;
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
### MODES ######################################################################
|
### MODES ######################################################################
|
||||||
@@ -264,13 +260,14 @@ assign [class="^Google-chrome$"] $workspace7
|
|||||||
hide_edge_borders smart
|
hide_edge_borders smart
|
||||||
|
|
||||||
focus_follows_mouse yes
|
focus_follows_mouse yes
|
||||||
|
mouse_warping output
|
||||||
|
|
||||||
# Only map a popup in fullscreen mode if it belongs to the fullscreen window
|
# Only map a popup in fullscreen mode if it belongs to the fullscreen window
|
||||||
# <smart|ignore|leave_fullscreen>
|
# <smart|ignore|leave_fullscreen>
|
||||||
popup_during_fullscreen leave_fullscreen
|
popup_during_fullscreen leave_fullscreen
|
||||||
|
|
||||||
# Do not always wrap but change to a container on the same level instead
|
# Do not always wrap but change to a container on the same level instead
|
||||||
force_focus_wrapping no
|
force_focus_wrapping yes
|
||||||
|
|
||||||
force_xinerama no
|
force_xinerama no
|
||||||
|
|
||||||
@@ -281,6 +278,8 @@ assign [class="^Google-chrome$"] $workspace7
|
|||||||
# 500 ms
|
# 500 ms
|
||||||
force_display_urgency_hint 500 ms
|
force_display_urgency_hint 500 ms
|
||||||
|
|
||||||
|
show_marks yes
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user