Compare commits
6 commits
eb792b55e5
...
f03c408d70
Author | SHA1 | Date | |
---|---|---|---|
f03c408d70 | |||
8b6b8f07ff | |||
ffb330106c | |||
140df0d258 | |||
437196a6e0 | |||
b8273ae550 |
6 changed files with 20 additions and 3 deletions
|
@ -6,11 +6,13 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
# custom modules
|
||||||
./modules/colors.nix
|
./modules/colors.nix
|
||||||
|
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
|
# roles
|
||||||
./roles/admin.nix
|
./roles/admin.nix
|
||||||
./roles/base.nix
|
./roles/base.nix
|
||||||
./roles/desktop.nix
|
./roles/desktop.nix
|
||||||
|
|
|
@ -3,7 +3,6 @@ font:
|
||||||
family: CaskaydiaCove Nerd Font
|
family: CaskaydiaCove Nerd Font
|
||||||
size: 12
|
size: 12
|
||||||
|
|
||||||
background_opacity: 0.9
|
|
||||||
draw_bold_text_with_bright_colors: true
|
draw_bold_text_with_bright_colors: true
|
||||||
|
|
||||||
colors:
|
colors:
|
||||||
|
@ -23,6 +22,7 @@ colors:
|
||||||
|
|
||||||
window:
|
window:
|
||||||
dynamic_title: true
|
dynamic_title: true
|
||||||
|
opacity: 0.9
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TERM: xterm-256color
|
TERM: xterm-256color
|
||||||
|
|
|
@ -115,6 +115,19 @@ mode "resize" {
|
||||||
}
|
}
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
|
mode "umlaut" {
|
||||||
|
bindsym s exec wtype ß
|
||||||
|
bindsym a exec wtype ä
|
||||||
|
bindsym o exec wtype ö
|
||||||
|
bindsym u exec wtype ü
|
||||||
|
bindsym Shift+a exec wtype Ä
|
||||||
|
bindsym Shift+o exec wtype Ö
|
||||||
|
bindsym Shift+u exec wtype Ü
|
||||||
|
bindsym Return mode "default"
|
||||||
|
bindsym Escape mode "default"
|
||||||
|
}
|
||||||
|
bindsym $mod+u mode "umlaut"
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
font $font
|
font $font
|
||||||
position bottom
|
position bottom
|
||||||
|
@ -148,6 +161,7 @@ exec emacs --daemon
|
||||||
exec swayidle before-sleep "$lock"
|
exec swayidle before-sleep "$lock"
|
||||||
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||||
exec redshift -l 49.8988135:10.9027636
|
exec redshift -l 49.8988135:10.9027636
|
||||||
|
exec systemctl --user import-environment DBUS_SESSION_BUS_ADDRESS XDG_RUNTIME_DIR
|
||||||
|
|
||||||
# pastebin
|
# pastebin
|
||||||
exec wl-paste --primary -t text --watch clipman store
|
exec wl-paste --primary -t text --watch clipman store
|
||||||
|
|
|
@ -23,7 +23,7 @@ backlight_full = ""
|
||||||
backlight_partial1 = ""
|
backlight_partial1 = ""
|
||||||
backlight_partial2 = ""
|
backlight_partial2 = ""
|
||||||
backlight_partial3 = ""
|
backlight_partial3 = ""
|
||||||
bat = ""
|
bat = ""
|
||||||
bat_charging = ""
|
bat_charging = ""
|
||||||
bat_discharging = ""
|
bat_discharging = ""
|
||||||
bat_empty = ""
|
bat_empty = ""
|
||||||
|
|
|
@ -57,6 +57,7 @@ in buildFHSUserEnv {
|
||||||
runScript = writeScript "cloudstation" ''
|
runScript = writeScript "cloudstation" ''
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
export QT_PLUGIN_PATH="${pkgs.qt5.qtbase.bin}/${pkgs.qt5.qtbase.qtPluginPrefix}"
|
export QT_PLUGIN_PATH="${pkgs.qt5.qtbase.bin}/${pkgs.qt5.qtbase.qtPluginPrefix}"
|
||||||
|
export QT_QPA_PLATFORM=xcb
|
||||||
${cloudstation}/bin/launcher
|
${cloudstation}/bin/launcher
|
||||||
|
|
||||||
export LD_LIBRARY_PATH="/home/stefan/.CloudStation/CloudStation.app/lib:$LD_LIBRARY_PATH"
|
export LD_LIBRARY_PATH="/home/stefan/.CloudStation/CloudStation.app/lib:$LD_LIBRARY_PATH"
|
||||||
|
|
|
@ -186,7 +186,7 @@ in
|
||||||
xdg_utils
|
xdg_utils
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
xfce.thunar-volman
|
xfce.thunar-volman
|
||||||
ydotool
|
wtype
|
||||||
(pkgs.writeTextFile {
|
(pkgs.writeTextFile {
|
||||||
name = "startsway";
|
name = "startsway";
|
||||||
destination = "/bin/startsway";
|
destination = "/bin/startsway";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue