Compare commits
No commits in common. "a4f19813c5bb8140fb67906b8a331699738ccdbc" and "815e0d34164447e8e5fbc5496af151e988cca715" have entirely different histories.
a4f19813c5
...
815e0d3416
|
@ -88,7 +88,6 @@
|
||||||
numlockx
|
numlockx
|
||||||
nvitop
|
nvitop
|
||||||
odin2
|
odin2
|
||||||
openrazer-daemon
|
|
||||||
osu-lazer
|
osu-lazer
|
||||||
pavucontrol
|
pavucontrol
|
||||||
peek
|
peek
|
||||||
|
@ -96,7 +95,6 @@
|
||||||
pkg-config
|
pkg-config
|
||||||
podman-compose
|
podman-compose
|
||||||
polybar
|
polybar
|
||||||
polychromatic
|
|
||||||
pop-icon-theme
|
pop-icon-theme
|
||||||
prismlauncher
|
prismlauncher
|
||||||
protonup-ng
|
protonup-ng
|
||||||
|
|
|
@ -51,10 +51,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
openrazer = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
opentabletdriver = {
|
opentabletdriver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"adbusers"
|
"adbusers"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"openrazer"
|
|
||||||
"plugdev"
|
"plugdev"
|
||||||
"vboxusers"
|
"vboxusers"
|
||||||
"wheel"
|
"wheel"
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
<property name="unredirect_overlays" type="bool" value="true"/>
|
<property name="unredirect_overlays" type="bool" value="true"/>
|
||||||
<property name="urgent_blink" type="bool" value="false"/>
|
<property name="urgent_blink" type="bool" value="false"/>
|
||||||
<property name="use_compositing" type="bool" value="true"/>
|
<property name="use_compositing" type="bool" value="true"/>
|
||||||
<property name="workspace_count" type="int" value="4"/>
|
<property name="workspace_count" type="int" value="10"/>
|
||||||
<property name="wrap_cycle" type="bool" value="true"/>
|
<property name="wrap_cycle" type="bool" value="true"/>
|
||||||
<property name="wrap_layout" type="bool" value="false"/>
|
<property name="wrap_layout" type="bool" value="false"/>
|
||||||
<property name="wrap_resistance" type="int" value="10"/>
|
<property name="wrap_resistance" type="int" value="10"/>
|
||||||
|
|
Loading…
Reference in New Issue