update
This commit is contained in:
parent
e2442586b6
commit
db093d3110
6 changed files with 21 additions and 15 deletions
|
|
@ -0,0 +1 @@
|
||||||
|
Some(300000)
|
||||||
|
|
@ -1 +1 @@
|
||||||
Some(1800000)
|
Some(900000)
|
||||||
|
|
@ -1 +1 @@
|
||||||
"display"
|
"power"
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
profile {
|
||||||
|
output DP-1 enable position 0,0
|
||||||
|
output eDP-1 disable
|
||||||
|
}
|
||||||
|
|
||||||
profile {
|
profile {
|
||||||
output DP-7 enable position 0,1440
|
output DP-7 enable position 0,1440
|
||||||
output DP-5 enable position 0,0
|
output DP-5 enable position 0,0
|
||||||
|
|
@ -34,12 +39,6 @@ profile {
|
||||||
output eDP-1 disable
|
output eDP-1 disable
|
||||||
}
|
}
|
||||||
|
|
||||||
profile {
|
|
||||||
output DP-5 enable position 0,1440
|
|
||||||
output DP-6 enable position 0,0
|
|
||||||
output eDP-1 disable
|
|
||||||
}
|
|
||||||
|
|
||||||
profile {
|
profile {
|
||||||
output DP-2 enable position 0,1440
|
output DP-2 enable position 0,1440
|
||||||
output DP-6 enable position 0,0
|
output DP-6 enable position 0,0
|
||||||
|
|
|
||||||
|
|
@ -131,6 +131,7 @@ bindsym $mod+Shift+i exec /opt/goland/bin/goland.sh
|
||||||
bindsym $mod+8 workspace number 8
|
bindsym $mod+8 workspace number 8
|
||||||
bindsym $mod+9 workspace number 9
|
bindsym $mod+9 workspace number 9
|
||||||
bindsym $mod+0 workspace number 10
|
bindsym $mod+0 workspace number 10
|
||||||
|
|
||||||
# Move focused container to workspace
|
# Move focused container to workspace
|
||||||
bindsym $mod+control+1 move container to workspace number 1
|
bindsym $mod+control+1 move container to workspace number 1
|
||||||
bindsym $mod+control+2 move container to workspace number 2
|
bindsym $mod+control+2 move container to workspace number 2
|
||||||
|
|
@ -143,10 +144,13 @@ bindsym $mod+Shift+i exec /opt/goland/bin/goland.sh
|
||||||
bindsym $mod+control+9 move container to workspace number 9
|
bindsym $mod+control+9 move container to workspace number 9
|
||||||
bindsym $mod+control+0 move container to workspace number 10
|
bindsym $mod+control+0 move container to workspace number 10
|
||||||
|
|
||||||
bindsym $mod+control+$left move workspace to output left
|
bindsym $mod+control+l workspace next
|
||||||
bindsym $mod+control+$down move workspace to output down
|
bindsym $mod+control+h workspace prev
|
||||||
bindsym $mod+control+$up move workspace to output up
|
|
||||||
bindsym $mod+control+$right move workspace to output right
|
# bindsym $mod+control+$left move workspace to output left
|
||||||
|
# bindsym $mod+control+$down move workspace to output down
|
||||||
|
# bindsym $mod+control+$up move workspace to output up
|
||||||
|
# bindsym $mod+control+$right move workspace to output right
|
||||||
|
|
||||||
# Layout stuff:
|
# Layout stuff:
|
||||||
|
|
||||||
|
|
@ -210,10 +214,12 @@ bindsym XF86MonBrightnessUp exec brightnessctl s +10%
|
||||||
# ScreenShot
|
# ScreenShot
|
||||||
bindsym $mod+p exec grim -g "$(slurp)" - | wl-copy
|
bindsym $mod+p exec grim -g "$(slurp)" - | wl-copy
|
||||||
|
|
||||||
|
bindsym $mod+shift+p exec grim - | wl-copy
|
||||||
|
|
||||||
# Border
|
# Border
|
||||||
client.focused "#4c00b0" "#4c00b0" "#ffffff" "#4c00b0"
|
client.focused "#4c00b0" "#4c00b0" "#ffffff" "#4c00b0"
|
||||||
default_border pixel 5
|
default_border pixel 2
|
||||||
gaps inner 5
|
gaps inner 2
|
||||||
|
|
||||||
# Guesture
|
# Guesture
|
||||||
bindgesture swipe:right workspace prev
|
bindgesture swipe:right workspace prev
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ text-wrong-color=eba0ac
|
||||||
# daemonize
|
# daemonize
|
||||||
indicator-caps-lock
|
indicator-caps-lock
|
||||||
# datestr=%A
|
# datestr=%A
|
||||||
image=$HOME/.config/configfiles/lockscreen.png
|
image=$HOME/.config/configfiles/wallpaper.jpg
|
||||||
scaling=fill
|
scaling=fill
|
||||||
font=UbuntuMono
|
font=UbuntuMono
|
||||||
font-size=20
|
font-size=20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue