Commit Graph

44 Commits

Author SHA1 Message Date
d729015777
sway,mako: make use of do-not-disturb mode 2022-03-31 14:48:03 +02:00
48c2637c21
get PATH declarations in order 2022-03-26 01:58:06 +01:00
8af3886783
sway: name nautilus the default file manager
* nautilus uses nemo's old keybind
* nemo got a new keybind
2021-12-07 02:45:02 +01:00
1977a57c4b
sway: enable inverse_outer gaps style 2021-12-07 02:43:01 +01:00
1aaf1f64ca
sway: hide both edges like i3+enable smart_borders 2021-12-07 02:41:51 +01:00
5f1c5f2b1e
sway: enable dwt for inputs 2021-12-07 02:36:31 +01:00
44a1f71539
sway: add ulauncher keybind and window option 2021-12-07 02:31:00 +01:00
bd9cf2f219
sway: add floating rules for more window roles 2021-11-16 00:07:04 +01:00
87a3840cba
sway: fusuma has to be lied to about wayland
fusuma  recently has troubles running under wayland (sway), therefore the
temporary solution is to lie to it and pretend we're X11 Gnome session.

Fusuma: 2.1.0
ruby 2.6.6p146
libinput: 1.19.2
sway version 1.6.1
Linux 5.15.2-xm1.0e20211105.fc35.x86_64
OS: Fedora Linux 35 (Workstation Edition)
2021-11-16 00:06:02 +01:00
531d726c6d
sway/lock: make sure to fork (-f) 2021-11-15 23:45:34 +01:00
4c03a6606b
sway: revert the dragging choice back to "normal" 2021-11-15 23:44:24 +01:00
468348aea0
sway: add powerprofilesctl bindings
* yields more precise manual control
* follow-up of 2cf6883b3c
2021-11-10 15:39:16 +01:00
221190a5c7
sway: add sh*tbrowser (firefox nightly)
it's just a firefox nightly that runs as a systemd user service with no
recollection of past history and no super-tight security tweaks
(browser-wise). encapsulated using systemd-interfaced kernel
capabilities to protect the home.

the alias is supposed to encompass the purpose of use.
2021-11-10 03:04:36 +01:00
49efc5d450
sway: add env file 2021-11-10 02:29:12 +01:00
840fdffd5c
sway: hide edge borders (i3 style) 2021-09-15 12:22:41 +02:00
1c95ce6686
sway: moar Dracula, more better
also allow inclusions of partial configs from config.d subdir
2021-09-01 16:16:06 +02:00
356094ee98
sway: remove ImageMagick window customization 2021-09-01 16:14:47 +02:00
6fb8449a62
sway: add dracula GTK theme as submodule 2021-09-01 16:11:33 +02:00
b078fc14b4
sway: adjust batsignal and swayidle
* notify on greater battery reserves left to provide more time to find a
  power plug
* set shorter timeout for checking whether swaylock is enabled,
  resulting in earlier "dpms off"
2021-06-14 11:38:55 +02:00
1194f487ba
sway: add play-pause keybinding 2021-06-14 11:33:16 +02:00
49c6542e34
sway: use FiraCode Retina as window title font 2021-06-14 11:24:17 +02:00
0e0d57a35e
sway: rules for window floating adn pop-ups 2021-06-12 10:44:24 +02:00
ef2e74ed8d
sway: start a session with systemd
* bind waybar to sway.session
* edit zprofile and sway config play nice with systemd
2021-06-11 23:35:09 +02:00
6647a8f096
sway: define keyring as a variable 2021-06-11 23:24:08 +02:00
5eedc8d2af
chore(sway): add bemenu keybind 2021-05-29 21:04:50 +02:00
32cfe71d6e
chore(sway): exec sections clean-up
* improved monitor timeout behaviour - added a periodic check, only
  'dpms * off' when screen is locked
* rm docker-tray as we don't use it much and the status of docker is
  easily verified from the shell, should the need arise
* run waybar.sh as the swaybar_command
2021-05-20 20:26:07 +02:00
39e7e00406
chore(sway): add comments to grim bindings 2021-05-20 20:15:18 +02:00
f4d4423f5d
chore(sway): add colour picker binding 2021-05-20 20:14:51 +02:00
29ad53d3a1
chore(sway): screenshot stuff updates 2021-05-20 20:11:02 +02:00
d4c1ca9ff4
chore(sway): add input setting for touchpad 2021-05-20 18:11:21 +02:00
509749c8c0
chore(swaylock): add daemonize to the config 2021-05-20 18:10:37 +02:00
ca7c0d8368
swayconfig: add autotiling,batsignal;fix polkit
and a couple more updates:
* don't run wofi -f (fork?) because it's failing
* fix exec/exec_always behaviour - order mattered
* switch to lxpolkit because gnome the one just won't work
* default border is now 1, looks ok
* add flags to chromium keybind
* run waybar the old way as the new one seems to be more expensive on
  the cpu
2021-05-03 04:20:39 +02:00
2718c6fb57
sway: try proper way to run waybar 2021-04-20 22:31:51 +02:00
4345a295bc
vim modeline for sway config 2021-02-27 20:23:26 +01:00
3ba4803a28
update sway config and switcher script
* dynamic head switching and/or adding/removing behaviour
* enable smart borders
* enable convenient mouse-drag + meta key window resizer (floating_modifier)
* only run certain programs on session start, as opposed to on each session restart
* add a ranger keybind
* add playerctl keybinds
* assing discord window to a workspace
2021-02-04 22:56:23 +01:00
bf742b90ad
tweak: {sys_menu,window edge} settings in sway cfg
* set fill mode and bg color independently of the bg pic
* set default_floating_border to normal
* set hide_edge_borders to smart
* add a really smart system menu (lock, logout, reboot, poweroff) implemented
  as a sway mode whereby you first press $mod+Shift+e and then choose an action
  reference: dfd6f956f6/.config/sway/config (L228-L241)
2020-11-25 12:39:25 +01:00
e68c95d276
chore: run keyring daemon with more params 2020-11-02 17:37:31 +01:00
46f9f02726
feat: use wofi instead of rofi 2020-11-02 17:34:07 +01:00
c0110b5d34
chore: add secondary display toggle keybind 2020-11-02 17:32:35 +01:00
d89c1cb311
chore: updated sway config
* explicit wayland command requests (sway)
* keybinds additions for when screen is locked
* multihead conf updates
* background changes
* smart gaps off
2020-10-05 18:20:37 +02:00
687c4a4af4
feat: major updates to sway config
* locking now happens using `swaylock-wrapper`
* default terminal emulator is now `kitty`
  second default is `alacritty`
* updated favourite background
* added second monitor handling (shows up as DP-{2,3},
  HDMI-A-1 depending on connector used)
* assing specific workspaces to a specific monitor
* use `swws.py` - "sway workspace switcher script"
* run `waybar` directly and kill it directly when reloading
* run [`docker-tray`](https://git.dotya.ml/wanderer/docker-tray)
* use several keybinds when locked (`--locked`)
2020-06-11 23:12:48 +02:00
0cc0d144c4
renamed locker to 'sway-locker', keeping up here 2020-04-29 12:53:25 +02:00
20de46cafc
sway config tab misalignment fix 2020-04-29 11:43:41 +02:00
82aab82d57
added sway config 2020-04-29 10:58:21 +02:00