Commit graph

253 commits

Author SHA1 Message Date
959c6f9c31
path: Add '~/local/bin/scripts' to path for custom scripts 2021-11-17 12:28:13 +01:00
f1f8b9e810
sway: Add lockscript to force displays off 2021-11-17 12:14:13 +01:00
28798e5968
signal: Start with tray icon 2021-11-17 11:45:40 +01:00
26f8934c37
waybar: Make fonticons bigger 2021-11-17 11:38:47 +01:00
1cda48b87a
sway: Allow mediakeys to be used when screen is locked 2021-11-17 11:38:11 +01:00
597446f652
sway: Use vars instead of hardcoded outputs for assigns 2021-11-17 11:37:36 +01:00
7ac2337a5c
firefox: Open new instances in new window
This especially includes the handling of klicked hyperlinks from other
applications.
2021-11-17 11:36:21 +01:00
dba765ad75
waybar: Update config 2021-11-06 14:41:00 +01:00
633ddbb660
sway: Seperate config into different files 2021-11-06 11:29:18 +01:00
20d990ec61
sway: Add workspace configuration 2021-11-04 17:50:55 +01:00
8671bb7ffb
sway: Bind specific workspaces to displays 2021-11-03 18:33:00 +01:00
cfa67559eb
brave: Remove wayland ozone flags
Videoplayback is currently broken in chromium for native wayland.
xwayland is still fine.
Chromium v97 seems to have the patch applied and i need to wait for
brave to catch up before reenabling this.
2021-11-03 17:29:55 +01:00
8b5eb2801a
sway: Add mediakeys and screenshot keybinds 2021-11-03 17:25:15 +01:00
39b90756c4
sway: Fix applauncher not floating 2021-11-03 17:24:31 +01:00
cf5f7322a6
sway: Add lockscreen keybind 2021-11-03 10:49:10 +01:00
b134995c26
sway: Allow workspace shortcuts to work with numkeys 2021-11-03 10:44:28 +01:00
88de069a32
sway: Make output config more readable 2021-11-02 19:07:43 +01:00
fcd194af97
sway: Fix input type mouse->pointer, turn down scroll speed 2021-11-02 17:50:02 +01:00
f56c8bf952
waybar: Personalize waybar config 2021-10-30 12:11:56 +02:00
7d84ab3517
sway: Add output and input config 2021-10-30 12:03:56 +02:00
9d55582b57
sway: Add keyboard layout options 2021-10-30 11:20:43 +02:00
354fccbde2
zsh: Add .bin to path if it exists 2021-10-30 11:20:10 +02:00
08f46228de
sway: Move bar config to explicit waybar config 2021-10-30 10:30:11 +02:00
9e583b7887
sway: Use sway-launcher-desktop instead of wofi
Wofi is not actively maintained anymore, sway-launcher-desktop seems
like a good alternative.
The 'Rofi' fork with wayland support may also be a possible alternative.
2021-10-30 10:27:35 +02:00
3783afe0de
alacritty: Add multiple colorschemes 2021-10-30 10:25:27 +02:00
259b167dff
wayland: Add sway config and wayland specifics 2021-10-28 15:33:12 +02:00
39a29fc601
vscodium: Add formatter settings 2021-10-28 10:07:14 +02:00
e5cbdbfaf9
alacritty: Remove some comments, add some config defaults explicitly 2021-10-27 20:48:40 +02:00
8e13dfa8d8
.gitconfig: Verbose commits, use nvim as editor, fix whitespaces 2021-10-11 07:28:47 +02:00
68cfaaaefc
vscodium: Use internal bracket matcher
With this commit vscodium will use the newly added internal bracket
color matcher. This replaces the usage of an external extension.
2021-09-07 06:11:29 +02:00
6f7ccc7254
Fix 'du' flag 2021-08-17 11:48:42 +02:00
4638e90a7d
zsh: Make 'nocomment' alias filter comments with prefixed whitespaces 2021-07-25 21:29:40 +02:00
65c1ef4616
aliases: Self-documentation by using long flags 2021-07-21 09:19:03 +02:00
c4e992ab98
zsh: Change how updatealias reloads zsh
Seems like reloading zsh via sourcing .zshrc is a bad idea [1]. The best
way seems to be to completely restart zsh or at least use 'exec zsh'.

[1] https://github.com/romkatv/powerlevel10k#weird-things-happen-after-typing-source-zshrc
2021-07-12 17:22:45 +02:00
fa4eeb21fd
zsh: Add powerlevel10k config 2021-07-12 17:19:32 +02:00
91b3c76407
zsh: Extract functions from aliases.zsh 2021-07-12 16:03:02 +02:00
ba7030ab73
zsh: Update ls/exa aliases
This will add an additional alias `l.` to only show dotfiles and
directories.

Additionally the `--classify` flag [1] is added to all ls/exa commands which
will append a specific character to the listed files according to the
filetype.

[1] https://the.exa.website/features/colours#classify
2021-07-11 13:07:13 +02:00
a3a2f37d40
git: Fix indentation in gitconfig 2021-07-10 17:29:52 +02:00
a8c8fb718d
vscodium: Add gitlab instance url for gitlab extension 2021-07-10 17:11:28 +02:00
b86457a641
zsh: Add flags for du
This changes the output to be human-readable.

Additionally du will now only check 2 levels deep (can be overridden by
explicitly setting `-d <depth>`).
2021-07-10 17:05:21 +02:00
638712aeb0
zsh: Remove kitty specifics 2021-07-10 17:02:00 +02:00
3089823b4e
zsh: Switch to powerlevel10k theme 2021-07-10 16:54:45 +02:00
7255b2ebb3
Add alacritty config 2021-07-02 21:40:07 +02:00
198269f781
gitconfig: Add submodule settings 2021-06-27 19:18:10 +02:00
b37bfc8489
vscode: Allow some inline html in markdown files 2021-06-27 19:01:43 +02:00
5040f2323f
Update vscode settings 2021-06-20 16:43:45 +02:00
c5534762ed
Add firefox alias, add activeHosts function 2021-05-23 10:23:44 +02:00
c0e247ac3c
Update kitty.conf 2021-05-23 10:20:16 +02:00
7a742e6668
Add conditional gitconfig for histalek.de repos 2021-04-24 11:17:56 +02:00
679375e1b5
Consistently use $HOME 2021-04-16 12:04:55 +02:00