mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-05 19:02:24 +00:00
stuff
This commit is contained in:
parent
fd7a08f125
commit
7747ed7529
3 changed files with 7 additions and 3 deletions
|
@ -114,12 +114,12 @@
|
|||
|
||||
(defwindow bar_1
|
||||
:monitor 0
|
||||
;:monitor [0 "DisplayPort-0" "PHL 345B1C"]
|
||||
; :monitor "DisplayPort-0"
|
||||
:stacking "fg"
|
||||
:geometry (geometry :x 0 :y 0 :width "40px" :height "100%" :anchor "center left")
|
||||
:reserve (struts :distance "40px" :side "left")
|
||||
:exclusive true
|
||||
:stacking "fg"
|
||||
(bar :screen 1))
|
||||
|
||||
(defwindow bar_2
|
||||
|
|
|
@ -29,3 +29,6 @@
|
|||
:stacking "fg"
|
||||
:exclusive true
|
||||
(bar))
|
||||
|
||||
(defwindow test [a id] :monitor {a} :geometry (geometry :x 0 :y 0 :width "50px" :height "50px" :anchor "top center")
|
||||
"${a} ${id}")
|
||||
|
|
|
@ -156,8 +156,9 @@ input "type:keyboard" {
|
|||
bindsym $mod+a focus parent
|
||||
|
||||
|
||||
bindsym $mod+Shift+S exec flameshot gui
|
||||
bindsym $mod+Shift+b exec google-chrome --enable-features=TouchpadOverscrollHistoryNavigation
|
||||
bindsym $mod+Shift+S exec grim -g "$(slurp)" - | wl-copy
|
||||
#bindsym $mod+Shift+S exec flameshot gui
|
||||
bindsym $mod+b exec google-chrome --enable-features=TouchpadOverscrollHistoryNavigation
|
||||
|
||||
bindsym $mod+Shift+minus move scratchpad
|
||||
bindsym $mod+minus scratchpad show
|
||||
|
|
Loading…
Reference in a new issue