summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortinfoil-hat.net <mail@tinfoil-hat.net>2023-01-16 19:34:51 +0100
committertinfoil-hat.net <mail@tinfoil-hat.net>2023-01-16 19:34:51 +0100
commited0209ef79a68fb198121730cb309004a181f968 (patch)
tree443cea64790017494d493ef78d4c19697f5dbf3b
parent59d57d748abc1b1c11c29410286565d0b7a11808 (diff)
downloaddotfiles-ed0209ef79a68fb198121730cb309004a181f968.tar.gz
dotfiles-ed0209ef79a68fb198121730cb309004a181f968.tar.bz2
dotfiles-ed0209ef79a68fb198121730cb309004a181f968.zip
Update 2023-01-16 19:34 Linux/x86_64
-rw-r--r--.Xresources36
-rw-r--r--.config/awesome/rc.lua6
-rw-r--r--.xsession2
-rw-r--r--.zshrc11
4 files changed, 33 insertions, 22 deletions
diff --git a/.Xresources b/.Xresources
index d5567fc..d6e1b91 100644
--- a/.Xresources
+++ b/.Xresources
@@ -35,6 +35,7 @@
*.color7: #707880
*.color15: #c5c8c6
+
! URxvt Appearance
Rxvt*font: xft:JetBrainsMono-Regular:size=10
@@ -42,9 +43,26 @@ Rxvt*boldFont: xft:JetBrainsMono-Regular:bold:size=10
Rxvt*italicFont: xft:JetBrainsMono-Regular:italic:autohint=true:size=10
Rxvt*boldItalicFont: xft:JetBrainsMono-Regular:bold:italic:autohint=true:size=10
+URxvt.keysym.Shift-C-Up: font-size:increase
+URxvt.keysym.Shift-C-Down: font-size:decrease
+URxvt.keysym.Shift-C-0: font-size:reset
+
+! DWM Colours
+dwm.normbordercolor: #eeeeee
+dwm.normbgcolor: #2b2b2b
+dwm.normfgcolor: #ffffff
+dwm.selbordercolor: #595959
+dwm.selbgcolor: #a58804
+dwm.selfgcolor: #ffffff
+
+! Setting transparency and background
+URxvt.depth: 32
+URxvt*background: rgba:0000/0000/0000/cccc
+
+
URxvt.letterSpace: 0
URxvt.lineSpace: -2
-URxvt.geometry: 80x25
+URxvt.geometry: 80x26
URxvt.internalBorder:10
URxvt.cursorBlink: true
URxvt.cursorUnderline: false
@@ -52,7 +70,7 @@ URxvt.saveline: 2048
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.urgentOnBell: false
-URxvt.depth: 24
+! URxvt.depth: 24
URxvt.iso14755: false
!! Common Keybinds for Navigations
@@ -61,21 +79,18 @@ URxvt.keysym.Shift-Down: command:\033]721;1\007
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Control-Left: \033[1;5D
-!! Copy Paste & Other Extensions
-URxvt.copyCommand: xclip -i -selection clipboard
-URxvt.pasteCommand: xclip -o -selection clipboard
-URxvt.keysym.M-c: perl:clipboard:copy
-URxvt.keysym.M-v: perl:clipboard:paste
+!! Copy Paste & Other Ex
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-u: perl:url-select:select_next
-URxvt.urlLauncher: firefox
URxvt.underlineURLs: true
URxvt.urlButton: 1
-URxvt.perl-ext-common: default,matcher
-URxvt.url-launcher: /usr/local/bin/xdg-open
+! Link Handling
+URxvt.url-launcher: /usr/bin/brave-browser
+URxvt.colorUL: #36a832
+URxvt.perl-ext-common: default,matcher,font-size
URxvt.matcher.button: 1
! -- XIDLE -- !
@@ -94,4 +109,3 @@ xlock.username: username:
xlock.password: password:
xlock.font: XFONT
xlock.planfont: XFONT
-
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index bad31f5..0a29a09 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -52,7 +52,7 @@ end
beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
-- This is used later as the default terminal and editor to run.
-terminal = "rxvt"
+terminal = "xfce4-terminal"
editor = os.getenv("vim") or "vim"
editor_cmd = terminal .. " -e " .. editor
@@ -350,8 +350,8 @@ globalkeys = gears.table.join(
end,
{description = "lua execute prompt", group = "awesome"}),
-- Menubar
- awful.key({ modkey }, "d", function() menubar.show() end,
- {description = "show the menubar", group = "launcher"})
+-- awful.key({ modkey }, "d", function() menubar.show() end,
+-- {description = "show the menubar", group = "launcher"})
)
clientkeys = gears.table.join(
diff --git a/.xsession b/.xsession
index f36b2cd..bef037f 100644
--- a/.xsession
+++ b/.xsession
@@ -6,5 +6,3 @@ xrdb -load ~/.Xresources &
feh --bg-scale ~/Bilder/wall.jpg &
# nitrogen --restore &
autorandr dock &
-
-exec /usr/bin/awesome
diff --git a/.zshrc b/.zshrc
index 721bc3e..e2b70d4 100644
--- a/.zshrc
+++ b/.zshrc
@@ -12,8 +12,7 @@ source "$HOME/.cargo/env"
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
-ZSH_THEME="jonathan"
-
+ZSH_THEME=Chicago95
export LANG="en_US.UTF-8"
export LC_COLLATE="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
@@ -25,11 +24,9 @@ export LC_ALL="en_US.UTF-8"
# Set list of themes to pick from when loading at random
-# Setting this variable when ZSH_THEME=random will cause zsh to load
-# a theme from this variable instead of looking in $ZSH/themes/
+# ZSH_THEME=Chicago95# a theme from this variable instead of looking in $ZSH/themes/
# If set to an empty array, this variable will have no effect.
-# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
-
+ZSH_THEME=Chicago95
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
@@ -118,6 +115,8 @@ source $ZSH/oh-my-zsh.sh
# ALIASES
+alias ll="ls -lAF"
+alias h="history 25"
alias office="cd ~ && clear && offlineimap && mu index --maildir ~/Mail"
alias rss="newsboat"
alias audio-ext="sysctl hw.snd.default_unit=4"