Workspace Korrektur
This commit is contained in:
@@ -65,7 +65,13 @@ bindsym XF86MonBrightnessDown exec --no-startup-id brightness-notify down
|
||||
# Display management
|
||||
bindsym $mod+Ctrl+d exec autorandr --change
|
||||
bindsym $mod+Ctrl+a exec arandr
|
||||
bindsym $mod+Ctrl+m exec xrandr --output eDP1 --auto --output $(xrandr | grep ' connected' | grep -v eDP1 | awk '{print $1}') --auto --right-of eDP1
|
||||
bindsym $mod+Ctrl+m exec xrandr --output eDP-1 --auto --output $(xrandr | grep ' connected' | grep -v eDP-1 | awk '{print $1}') --auto --right-of eDP-1
|
||||
# Aktuelles Fenster zu externem Monitor verschieben
|
||||
bindsym $mod+Ctrl+Up move container to output next
|
||||
# Aktuelles Fenster zurück zum Laptop-Monitor
|
||||
bindsym $mod+Ctrl+Down move container to output eDP-1
|
||||
# Alle Fenster vom externen Monitor zurück zum Laptop
|
||||
bindsym $mod+Ctrl+Shift+Down exec --no-startup-id i3-msg "[output=$(xrandr | grep ' connected' | grep -v eDP-1 | awk '{print $1}')] move workspace to output eDP-1"
|
||||
|
||||
# Dunst notification control
|
||||
bindsym $mod+n exec dunstctl close
|
||||
@@ -113,7 +119,7 @@ set $ws4 4:WEB
|
||||
set $ws5 5:EDIT
|
||||
set $ws6 6:FILES
|
||||
set $ws7 7:MAIL
|
||||
set $ws8 8
|
||||
set $ws8 8:CHAT
|
||||
|
||||
# Switch to workspace
|
||||
bindsym $mod+1 workspace number $ws1
|
||||
@@ -140,7 +146,8 @@ assign [class="Helium"] $ws4
|
||||
assign [class="Mousepad"] $ws5
|
||||
assign [class="Typora"] $ws5
|
||||
assign [class="Thunar"] $ws6
|
||||
assign [class="thunderbird"] $ws7
|
||||
assign [class="Thunderbird"] $ws7
|
||||
assign [class="Signal"] $ws8
|
||||
|
||||
# Open specific applications in floating mode
|
||||
for_window [title="alsamixer"] floating enable border pixel 1
|
||||
@@ -231,9 +238,9 @@ bar {
|
||||
status_command i3blocks
|
||||
position bottom
|
||||
|
||||
# please set your primary output first. Example: 'xrandr --output eDP1 --primary'
|
||||
# please set your primary output first. Example: 'xrandr --output eDP-1 --primary'
|
||||
# tray_output primary
|
||||
# tray_output eDP1
|
||||
# tray_output eDP-1
|
||||
|
||||
bindsym button4 nop
|
||||
bindsym button5 nop
|
||||
|
||||
Reference in New Issue
Block a user