Compare commits
2 Commits
d0d4c80fda
...
3869933134
Author | SHA1 | Date | |
---|---|---|---|
3869933134 | |||
37a6767e50 |
@ -13,4 +13,4 @@ ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best
|
|||||||
## Wayland
|
## Wayland
|
||||||
gpu-context=wayland
|
gpu-context=wayland
|
||||||
## Default window size
|
## Default window size
|
||||||
geometry=50%x50%
|
geometry=70%x70%
|
||||||
|
@ -108,6 +108,11 @@ bindsym $mod+Down focus down
|
|||||||
bindsym $mod+Up focus up
|
bindsym $mod+Up focus up
|
||||||
bindsym $mod+Right focus right
|
bindsym $mod+Right focus right
|
||||||
|
|
||||||
|
# Vim shortcuts for movement
|
||||||
|
bindsym $mod+H focus left
|
||||||
|
bindsym $mod+J focus down
|
||||||
|
bindsym $mod+K focus up
|
||||||
|
bindsym $mod+L focus right
|
||||||
# Move the focused window with the same, but add Shift
|
# Move the focused window with the same, but add Shift
|
||||||
#bindsym $mod+Shift+$left move left
|
#bindsym $mod+Shift+$left move left
|
||||||
#bindsym $mod+Shift+$down move down
|
#bindsym $mod+Shift+$down move down
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
"format-alt": "{:%Y-%m-%d}"
|
"format-alt": "{:%Y-%m-%d}"
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"bat": "BAT1",
|
"bat": "BAT0",
|
||||||
"states": {
|
"states": {
|
||||||
"good": 95,
|
"good": 95,
|
||||||
"warning": 60,
|
"warning": 60,
|
||||||
@ -70,7 +70,7 @@
|
|||||||
"format-icons": ["", "", ""]
|
"format-icons": ["", "", ""]
|
||||||
},
|
},
|
||||||
"battery#bat2": {
|
"battery#bat2": {
|
||||||
"bat": "BAT0",
|
"bat": "BAT1",
|
||||||
"states": {
|
"states": {
|
||||||
"good": 95,
|
"good": 95,
|
||||||
"warning": 60,
|
"warning": 60,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family: TerminessTTF Nerd Font;
|
font-family: TerminessTTF Nerd Font;
|
||||||
font-size: 16px;
|
font-size: 17px;
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user