update config for new monitor
This commit is contained in:
parent
2c86c5ccfa
commit
7ecd56df02
1 changed files with 10 additions and 9 deletions
|
@ -12,15 +12,16 @@ set $right l
|
|||
set $term alacritty
|
||||
set $menu fuzzel --font=undefined
|
||||
set $browser firefox
|
||||
set $wallpaper "./wallpaper"
|
||||
set $wp_locked "./wallpaper_blurred"
|
||||
set $wallpaper "~/.config/sway/wallpaper"
|
||||
set $wp_locked "~/.config/sway/wallpaper_blurred"
|
||||
set $lock swaylock -f -i $wp_locked
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
output * bg $wallpaper fill
|
||||
output "Dell Inc. DELL P2319H BMNX5R2" pos 0,0
|
||||
output eDP-1 pos 1920,0
|
||||
output "Dell Inc. DELL P2319H BMNX5R2" transform 90 pos 4480,0
|
||||
output "Dell Inc. DELL P2421D CB8RS03" pos 1920,0
|
||||
output eDP-1 pos 0,0
|
||||
|
||||
### Idle configuration
|
||||
#
|
||||
|
@ -57,7 +58,7 @@ input "type:keyboard" {
|
|||
#
|
||||
bindsym $mod+Backspace exec makoctl dismiss --all
|
||||
# Start applications
|
||||
bindsym $mod+d exec $menu
|
||||
bindsym $mod+space exec $menu
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
|
@ -141,10 +142,10 @@ input "type:keyboard" {
|
|||
bindsym $mod+t layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
|
||||
bindsym $mod+f fullscreen
|
||||
# bindsym $mod+f fullscreen
|
||||
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
bindsym $mod+space focus mode_toggle
|
||||
bindsym $mod+Shift+f floating toggle
|
||||
bindsym $mod+f focus mode_toggle
|
||||
|
||||
bindsym $mod+a focus parent
|
||||
#
|
||||
|
@ -180,7 +181,7 @@ assign [class="Signal"] workspace 10
|
|||
#
|
||||
# Autostart
|
||||
#
|
||||
exec signal
|
||||
exec signal-desktop
|
||||
|
||||
#
|
||||
# Status Bar:
|
||||
|
|
Loading…
Reference in a new issue