dpi settings for MPV window
This commit is contained in:
parent
fda17aea44
commit
2135c0a0a3
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -7,3 +7,6 @@
|
||||||
[submodule "awesomeshrt"]
|
[submodule "awesomeshrt"]
|
||||||
path = awesomeshrt
|
path = awesomeshrt
|
||||||
url = https://github.com/shtwzrd/awesome-wm-config.git
|
url = https://github.com/shtwzrd/awesome-wm-config.git
|
||||||
|
[submodule "emacs-native-comp-git-enhanced"]
|
||||||
|
path = emacs-native-comp-git-enhanced
|
||||||
|
url = https://aur.archlinux.org/emacs-native-comp-git-enhanced
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
(local gears (require "gears"))
|
(local gears (require "gears"))
|
||||||
(local beautiful (require "beautiful"))
|
(local beautiful (require "beautiful"))
|
||||||
(local keybindings (require "keybindings"))
|
(local keybindings (require "keybindings"))
|
||||||
|
(local dpi xresources.apply_dpi)
|
||||||
|
|
||||||
(local rules [
|
(local rules [
|
||||||
;; All clients match this rule
|
;; All clients match this rule
|
||||||
|
@ -33,7 +34,7 @@
|
||||||
:properties {
|
:properties {
|
||||||
:floating true
|
:floating true
|
||||||
:raise true
|
:raise true
|
||||||
:height 900
|
:height (dpi 900)
|
||||||
:screen (screen.count)
|
:screen (screen.count)
|
||||||
:placement (+ awful.placement.no_offscreen awful.placement.centered)
|
:placement (+ awful.placement.no_offscreen awful.placement.centered)
|
||||||
}
|
}
|
||||||
|
|
1
emacs-native-comp-git-enhanced
Submodule
1
emacs-native-comp-git-enhanced
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit c012a05a1dc88aaa207201c7ee3da4bf9c1e56bf
|
|
@ -12,3 +12,4 @@ tml https://outlook.office.com/mail/inbox
|
||||||
oned https://tfcconnection-my.sharepoint.com/personal/chris_tfcconnection_org/_layouts/15/onedrive.aspx
|
oned https://tfcconnection-my.sharepoint.com/personal/chris_tfcconnection_org/_layouts/15/onedrive.aspx
|
||||||
bw https://bitwarden.tfcconnection.org/#/
|
bw https://bitwarden.tfcconnection.org/#/
|
||||||
coin https://www.coinbase.com/dashboard
|
coin https://www.coinbase.com/dashboard
|
||||||
|
remind https://www.remind.com/classes/4223h9
|
||||||
|
|
Loading…
Reference in a new issue