Commit Graph

239 Commits

Author SHA1 Message Date
51d42223f5
sway/config: set Pass and Davmail popups to be floating 2021-08-30 08:59:42 +03:00
36a50bc815
.zshrc: Fix for Firefox on Wayland
Don't try opening Firefox in XWayland when we already have one run-
ning on Wayland.
2021-06-29 12:51:07 +03:00
067bbef8ef
.zshrc: Fix Ctrl-arrow keys for forward/backword navigation 2021-06-29 12:50:28 +03:00
7859c22571
sway/status.py: Fix iwctl for SSIDs with spaces
We need to consider that some SSIDs will have spaces.
2021-05-27 11:17:05 +03:00
7b6d96c1c4
Revert "sway/config: Disable swaylock"
This reverts commit a1f6918c52.

I just tried swaylock-git with sway-git and it seems to be working.
2021-05-02 23:13:13 +03:00
a1f6918c52
sway/config: Disable swaylock
See: https://github.com/swaywm/sway/issues/6131
2021-04-19 18:36:04 +03:00
7cced2e0f5
Revert "sway/config: Use sway-launcher-desktop instead of wofi"
This reverts commit 0b612909ff.

Can't launch some apps with sway-launcher-desktop, not sure why.
2021-04-18 19:02:44 +03:00
0b612909ff
sway/config: Use sway-launcher-desktop instead of wofi
Text UI is cool! And wofi has some bugs sometimes.
2021-04-17 18:20:54 +03:00
8ffec792aa
sway/config: Fix comment 2021-04-17 08:48:26 +03:00
65ba3dee09
sway/status.py: Update comment 2021-02-19 12:27:38 +02:00
80cdae6ed1
foot/foot.ini: Add official foot Selenized Dark theme
Added by the foot developers yesterday:

6167bf2e61
2021-01-22 17:01:35 +02:00
2d2db0036f
Add configuration for foot 2021-01-20 15:03:41 +02:00
16fa2a1ef8
sway/config: Remove display enable/disable on lid
This is brilliant, except it causes the system to go to sleep also
after a period of inactivity. In many cases the machine would wake
up later with the internal display disabled, ugh. Now I just mana-
ge the displays using wdisplays.
2021-01-20 09:34:07 +02:00
b545f329af
sway/config: Key binding to fix tiling containers
I *never* activate tiling containers on purpose, and I don't know
how to get out of them other than closing all my windows and ope-
ning them again. Some kind redditers helped me figure out how to
undo this.
2021-01-20 09:30:51 +02:00
725e642647
sway/config: Use foot as default terminal 2021-01-20 09:28:58 +02:00
62b1337cc4
.zshrc: Remove macOS stuff 2021-01-20 09:28:07 +02:00
485b7af00b
sway/config: Send sharing indicator to scratchpad
This is a neat trick to automatically send the annoying sharing
indicator in Firefox and Chrome to the scratch pad.

See: https://www.reddit.com/r/swaywm/comments/kee35j/permanently_floating_windows/
2020-12-22 12:58:39 +02:00
dddee5b721
sway/config: Allow the "About Firefox" window to float 2020-12-13 17:29:18 +02:00
d39c0c7892
sway/status.py: A few changes
- Switch to iwd for Wi-Fi
- Remove unused code
- Format with black
2020-12-13 17:10:25 +02:00
d0bf0819f7
.config/alacritty/alacritty.yml: Use Source Code Pro
I'm using Source Sans Pro for my Sway UI so it somehow feels right.
2020-12-13 17:07:33 +02:00
b11f450040
Add .psqlrc
From: https://github.com/eevee/rc/blob/master/.psqlrc
2020-12-13 12:42:30 +02:00
9158ac85a1
.zshrc: Remove old environment variables 2020-11-30 23:07:18 +02:00
e685596749
sway/config: Use different Bulgarian keyboard
The "new" phonetic keyboard is not the one I'm used to.
2020-09-21 14:15:20 +03:00
a376d132b9
.config/alacritty/alacritty.yml: Use Selenized colorscheme 2020-07-11 10:38:33 +03:00
5642c32de3
Import selenized.vim
From https://github.com/jan-warchol/selenized

Git hash 3a0b714c50b9963f2cdc95254b9424e51fd8966d from 2020-04-25
2020-07-10 13:54:41 +03:00
4ad09cd8a3
README.md: Update notes 2020-07-10 13:51:57 +03:00
38ccacd055
.bashrc: Use Selenized for LS_COLORS 2020-07-10 13:51:41 +03:00
220eee1ddb
Use Selenized for LS_COLORS 2020-07-10 13:49:58 +03:00
49d3094671
.vimrc: Use Selenized instead of Solarized
Selenized is a similar colorscheme to Solarized, but mapping to ANSI
color codes with less side effects. Note that the Selenized palatte
only has sixteen colors so we should tell vim to not attempt to make
a 256-color approximation.

https://github.com/jan-warchol/selenized/issues/65
2020-07-10 13:44:07 +03:00
46f1cad6a1
.tmux.conf: Update comment about TERM variable
I switched from Solarized to Selenized colorscheme and noticed some
things have changed in tmux and terminals since I last looked. For
starters, it seems that, if your terminal emulator is configured to
use the sixteen color ANSI palette with Selenized values, then you
should configure vim and other apps to use sixteen colors instead
of approximating "more" with 256. I will update my vim config to use
sixteen colors also.

Eventually, once all the systems I use have newer terminfo, I will
be able to set the TERM variable inside tmux to be "tmux" instead
of pretending to be screen. For now, at least CentOS 7 doesn't like
the "tmux" TERM value so I will leave this

See: https://github.com/jan-warchol/selenized/issues/65
2020-07-10 13:33:06 +03:00
a3f327ae18
sway/config: Always use floating for GNOME Calculator 2020-05-31 14:29:10 +03:00
31887ca09f
sway/config: Fix missing exec for audio mute 2020-05-11 22:01:53 +03:00
ae4e6100e0
sway/config: Use same config for all touchpads
When I moved my Apple Trackpad from USB to Bluetooth the previous
configuration didn't match anymore so we should actually just apply
it to all touchpads.
2020-04-27 15:39:26 +03:00
8acd49fa24
sway/config: Add more DisplayPort outputs 2020-04-27 15:38:57 +03:00
04f3591d4f
.zshrc: Increase history size
If I don't work on something for a few days it disappears from my
history, which is annoying when I try to search for commands using
Ctrl-R and then have to go look them up or write them from scratch
again.
2020-04-02 10:41:06 +03:00
44f67af478
.config/alacritty/alacritty.yml: Override TERM
Remote hosts that don't have alacritty in their terminfo database
show warnings when using programs like less. In one case I even had
an Ubuntu 18.04 server fail to complete its updates because of some
error related to locales caused by this.
2020-04-02 10:40:15 +03:00
1bd54ee516
sway/config: set brightness logarithmically by factor 1.4
See: https://www.reddit.com/r/swaywm/comments/fk08lu/nicer_brightness_control/
2020-03-18 18:20:35 +02:00
6e221be57c
Revert "Use kanshi for display management in sway"
This reverts commit f6adb60d49.

I think I'm experiencing issues when disconnecting from my docking
station because of this.
2020-03-08 14:44:48 +02:00
17400af6bf
README.md: Add mako and kanshi configs 2020-02-15 22:49:47 +02:00
246fb98c01
sway/config: Add Alt-Tab for app switching
This sort of addresses my muscle memory for switching between apps.
2020-02-15 22:48:45 +02:00
f6adb60d49
Use kanshi for display management in sway
As long as kanshi is running it should automatically manage displays
based on the definitions in its config.
2020-02-15 22:47:51 +02:00
ce825d26f2
sway/config: Use wob for sound and brightness overlays
wob is a Wayland overlay bar for things like sound and brightness
levels. It expects values to be between 0 and 100, which means we
need to use light instead of brightnessctl because the brightness
level is in lumens or something so it goes up to 1060 on my Think
Pad Carbon X1 Gen 6 and light represents it as a percentage. Also
we need to use pamixer instead of pactl because there is no simple
way to get the current volume with pactl.

See: https://github.com/francma/wob
2020-02-15 22:46:30 +02:00
b7d8529819
sway/config: Fix undefined dmenu_path 2020-02-12 22:03:58 +02:00
261608da2c
Add Alacritty config 2020-02-11 10:30:29 +02:00
dbbd75f006
mako/config: Improve config
Inspired by post on reddit where a user shared a configuration that
has slightly more contrast than Solarized Dark and uses different
settings for each level of notification.

See: https://www.reddit.com/r/swaywm/comments/f1o2az/solarized_dark_color_scheme_for_mako_notifications/
See: https://gitlab.com/gamma-neodots/neodots.i3extra/-/tree/master/CONFIG
2020-02-10 22:12:34 +02:00
44996e495f
.zshrc: Set variables for Wayland applications
Some application UI toolkits need to specifically be told that we
want to use Wayland instead of XWayland.
2020-02-10 14:00:41 +02:00
68e7413c63
sway/config: Sync minor syntax fixes from upstream
See: https://github.com/swaywm/sway/blob/master/config.in
2020-02-10 13:59:16 +02:00
1f382e053c
mako/config: Add default timeout
Otherwise the notifications stay until you click them.
2020-02-10 10:19:03 +02:00
9c369a66d3
sway/config: Set lockscreen backgroud picture
Andrew Shiva / Wikipedia / CC BY-SA 4.0

From: https://commons.wikimedia.org/wiki/File:Jerusalem-2013-Temple_Mount-Dome_of_the_Rock-Detail_01.jpg
2020-02-10 10:03:08 +02:00
f43f6d3e37
sway/config: Use 1280x720 for TV 2020-02-10 10:02:43 +02:00