big refactoring
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
wlr-randr
|
||||
yad slurp
|
||||
yad
|
||||
slurp
|
||||
grim
|
||||
wl-clipboard
|
||||
rivercarro
|
||||
@@ -30,11 +31,9 @@
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
GDK_BACKEND = "wayland";
|
||||
};
|
||||
systemd = { enable = true; };
|
||||
systemd.enable = true;
|
||||
xwayland.enable = true;
|
||||
extraConfig = ''
|
||||
rivertile -view-padding 0 -outer-padding 0 &
|
||||
'';
|
||||
extraConfig = ''rivertile -view-padding 0 -outer-padding 0 &'';
|
||||
settings = {
|
||||
spawn = [
|
||||
"nextcloud --background"
|
||||
@@ -42,7 +41,6 @@
|
||||
];
|
||||
spawn-tagmask = "${all_but_scratch_tag}";
|
||||
keyboard-layout = "de";
|
||||
#keyboard-layout = "-options caps:swapescape 'us(colemak_dh)'";
|
||||
default-layout = "rivertile";
|
||||
rule-add = {
|
||||
"-app-id" = {
|
||||
|
||||
1
home/programs/river/src/lock.sh
Executable file
1
home/programs/river/src/lock.sh
Executable file
@@ -0,0 +1 @@
|
||||
betterlockscreen --lock blur
|
||||
1
home/programs/river/src/logout.sh
Executable file
1
home/programs/river/src/logout.sh
Executable file
@@ -0,0 +1 @@
|
||||
pkill river
|
||||
@@ -2,11 +2,8 @@ hostname=$(hostname)
|
||||
|
||||
if [[ "$hostname" == "eliasLaptop" ]]; then
|
||||
eww open bar --screen eDP-1
|
||||
# You can put other commands specific to this hostname
|
||||
elif [[ "$hostname" == "eliasDesktop" ]]; then
|
||||
echo "This is another PC!"
|
||||
# Add commands for the second PC
|
||||
else
|
||||
echo "This is an unknown PC."
|
||||
# Add commands for unknown hosts
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user