No Description

Fabrizio Romano Genovese 60a012b11f acpid survival guide added. 7 years ago
acpid actions cbb8ba2c52 Lots of stuff updated. acpid events and actions added. 7 years ago
acpid events cbb8ba2c52 Lots of stuff updated. acpid events and actions added. 7 years ago
layouts e02f6e0bea i3 configuration file and saved layouts added. 7 years ago
README 712beb75ec dunst config file added. Minor changes made. 7 years ago
acpid_survival_guide 60a012b11f acpid survival guide added. 7 years ago
config e02f6e0bea i3 configuration file and saved layouts added. 7 years ago
dunstrc bdf9f60d47 i3-copy-scripts updated. Now it manages symbols as ~ in the paths specified. 7 years ago
i3-blur 5370944f7f First commit. 7 years ago
i3-brightness-toggle 5370944f7f First commit. 7 years ago
i3-copy-scripts cbb8ba2c52 Lots of stuff updated. acpid events and actions added. 7 years ago
i3-exit 5370944f7f First commit. 7 years ago
i3-layout-loader cbb8ba2c52 Lots of stuff updated. acpid events and actions added. 7 years ago
i3-screensaver-toggle 5370944f7f First commit. 7 years ago
i3-volume-toggle 5370944f7f First commit. 7 years ago
i3-xrandr-toggle 5370944f7f First commit. 7 years ago
logind.conf cbb8ba2c52 Lots of stuff updated. acpid events and actions added. 7 years ago
notify-send-improved 5370944f7f First commit. 7 years ago

README

######################
##Desktop Background##
######################
# Install feh, then give only once:
feh --bg-scale /usr/share/wallpapers/ColdRipple/contents/images/1920x1080.jpg
# If it does not work, change the wallpaper path.
# It could have been removed in a later version of qubes.
# Use this command with a different path to change background.
# Once you give it the i3 config file will allow you to remember
# the configuration at every login.
# If you lost the i3 config file add this line to make
# it remember the background:
exec ~/.fehbg

# Install dunst, a lightweight notification system.
# Then you have to give
sudo mv /usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service /usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service.disabled
# To disable xfce-notifyid in order to make dunst work.
# You also have to restart your pc for this change to take effect.
# In this folder you will also find the dunstrc
# configuration file you need.

###########
##Scripts##
###########
# All the scripts in this folder get called at some point.
# In the i3 configuration file. All the scripts are adequately
# commented to understand what they do.