diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-05 18:52:36 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-08-05 18:52:36 +0200 |
commit | 39be75d92fa7f31b8697ecba1f8711f4fcb59cfc (patch) | |
tree | e2ee9c3ee0a87c55a16fa7877f79a21b67cb0206 /.config | |
parent | 31d195fa0e95ba643e524d44ac609037f0d85fe3 (diff) |
...
Diffstat (limited to '.config')
-rw-r--r-- | .config/picom/picom.conf | 2 | ||||
-rw-r--r-- | .config/regolith/i3/config | 36 |
2 files changed, 2 insertions, 36 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index fb5ee93..a305f2d 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -67,7 +67,7 @@ detect-client-opacity = true; # Specify refresh rate of the screen. # If not specified or 0, picom will try detecting this with X RandR extension. -refresh-rate = 144; +refresh-rate = 0; # Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games. # Known to cause flickering when redirecting/unredirecting windows. diff --git a/.config/regolith/i3/config b/.config/regolith/i3/config index ecddd9e..af73a99 100644 --- a/.config/regolith/i3/config +++ b/.config/regolith/i3/config @@ -1,38 +1,4 @@ -############################################################################### -# i3-gaps config file for the Regolith Desktop Environment -# -# Please see http://i3wm.org/docs/userguide.html for a complete reference! -# -############################################################################### -# -# In this config file many values are taken from Xresources with the directive -# set_from_resource: -# -# set_from_resource <i3 variable name> <Xresources key> <default value> -# -# This configuration file utilizes Xresource variables to change configuration -# without having to make a copy of this config file. -# The benefit to not copying this file is easier upgrades in the future. -# To update a value in this config without making a copy, update the Xresource -# value in the file ~/.config/regolith/Xresources. -# -# For example, to change the bar position to the top of the screen this is the -# i3 config entry in this file: -# set_from_resource $i3-wm.bar.position i3-wm.bar.position bottom -# -# So add this line to ~/.config/regolith/Xresources to change it's value: -# i3-wm.bar.position: top -# -# Reload i3 after making Xresource changes. Learn more at -# https://regolith-linux.org/docs/howto/override-xres/ -# -############################################################################### -# -# This file uses a machine-parsable format for comments. The schema is: -# ## <Category> // <Action> // <Keybinding> ## -# Learn more at https://github.com/regolith-linux/remontoire -# -############################################################################### +# Regolith i3 ############################################################################### # Key Mappings |