Updated Profile

This commit is contained in:
adi1090x 2023-01-20 10:33:31 +05:30
parent 7a00c6d4b7
commit 71306037e8
12 changed files with 17 additions and 15 deletions

View File

@ -4,7 +4,7 @@
# run. Advanced users may wish to specify all system modules # run. Advanced users may wish to specify all system modules
# in this array. For instance: # in this array. For instance:
# MODULES=(piix ide_disk reiserfs) # MODULES=(piix ide_disk reiserfs)
MODULES=(i915? amdgpu? radeon? nvidia? nouveau? vboxvideo? vmwgfx?) MODULES=()
# BINARIES # BINARIES
# This setting includes any additional binaries a given user may # This setting includes any additional binaries a given user may

View File

@ -1,4 +1,4 @@
<!-- Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com> --> <!-- Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> -->
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<actions> <actions>
<action> <action>

View File

@ -1,4 +1,4 @@
## Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com> ## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
[global] [global]
monitor = 0 monitor = 0

View File

@ -1,4 +1,4 @@
## Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com> ## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
#========================= Corners =========================# #========================= Corners =========================#

View File

@ -1,6 +1,6 @@
/** /**
* *
* Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com> * Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
* Configuration For Rofi Version: 1.7.3 * Configuration For Rofi Version: 1.7.3
* *
**/ **/

View File

@ -1,4 +1,4 @@
## Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com> ## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
[Configuration] [Configuration]
MiscAlwaysShowTabs=FALSE MiscAlwaysShowTabs=FALSE

View File

@ -1,4 +1,4 @@
<!-- Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com> --> <!-- Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> -->
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<channel name="thunar" version="1.0"> <channel name="thunar" version="1.0">

View File

@ -1,4 +1,4 @@
<!-- Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com> --> <!-- Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> -->
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-keyboard-shortcuts" version="1.0"> <channel name="xfce4-keyboard-shortcuts" version="1.0">

View File

@ -1,4 +1,4 @@
<!-- Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com> --> <!-- Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> -->
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-power-manager" version="1.0"> <channel name="xfce4-power-manager" version="1.0">
@ -23,10 +23,11 @@
<property name="battery-button-action" type="uint" value="1"/> <property name="battery-button-action" type="uint" value="1"/>
<property name="brightness-level-on-battery" type="uint" value="15"/> <property name="brightness-level-on-battery" type="uint" value="15"/>
<property name="brightness-level-on-ac" type="uint" value="25"/> <property name="brightness-level-on-ac" type="uint" value="25"/>
<property name="brightness-on-battery" type="uint" value="30"/> <property name="brightness-on-battery" type="uint" value="120"/>
<property name="brightness-on-ac" type="uint" value="120"/> <property name="brightness-on-ac" type="uint" value="120"/>
<property name="dpms-on-battery-sleep" type="uint" value="3"/> <property name="dpms-on-battery-sleep" type="uint" value="5"/>
<property name="dpms-on-battery-off" type="uint" value="5"/> <property name="dpms-on-battery-off" type="uint" value="10"/>
<property name="blank-on-battery" type="int" value="1"/> <property name="blank-on-battery" type="int" value="3"/>
<property name="presentation-mode" type="bool" value="false"/>
</property> </property>
</channel> </channel>

View File

@ -1,4 +1,4 @@
<!-- Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com> --> <!-- Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com> -->
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<channel name="xsettings" version="1.0"> <channel name="xsettings" version="1.0">

View File

@ -1,6 +1,6 @@
#!/usr/bin/bash #!/usr/bin/bash
## Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com> ## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
## Script to Lock the session by xfce-power-manager ## Script to Lock the session by xfce-power-manager

View File

@ -188,6 +188,7 @@ pipewire-alsa
pipewire-pulse pipewire-pulse
pipewire-jack pipewire-jack
pulsemixer pulsemixer
pavucontrol
gst-plugin-pipewire gst-plugin-pipewire
## Video ## Video