33b7251ae0
sway: Add keybinds to control the default audio source
2021-12-25 22:06:20 +01:00
1ff07d81f8
sway: Add some apps that should autostart
2021-12-25 22:04:03 +01:00
0ff22b50f7
sway: Fix assigns for apps that are now running under wayland
2021-12-25 22:03:11 +01:00
920452da15
vscodium: Push changes to settings.json
2021-12-25 21:57:44 +01:00
50316a3f4e
wayland: Make more applications use wayland
2021-12-25 21:53:01 +01:00
215d507b95
mako: Tweak config a bit
2021-12-24 10:17:11 +01:00
3416373558
mako: Add defaultish config
2021-12-16 15:42:32 +01:00
57d5e559e1
sway: Assign Element to WS, set keepass to scratchpad
2021-11-23 10:10:57 +01:00
36c4533e6a
env: Move /home/simon/.local/bin/:/home/simon/.local/bin/scripts:/usr/local/bin:/usr/bin to environment.d
2021-11-23 09:57:35 +01:00
b2c8b0d612
sway: Switch output connector
2021-11-22 19:49:05 +01:00
c4d27798fb
env: Move env variables to config directory
2021-11-21 19:37:18 +01:00
97177329e7
sway: Move back to wofi as application launcher
2021-11-21 19:29:11 +01:00
f1f8b9e810
sway: Add lockscript to force displays off
2021-11-17 12:14:13 +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
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
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
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
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
7255b2ebb3
Add alacritty config
2021-07-02 21:40:07 +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