diff --git a/gui/dot-config/hypr/hyprland.conf b/gui/dot-config/hypr/hyprland.conf index 7ec32c0..a8aecfb 100644 --- a/gui/dot-config/hypr/hyprland.conf +++ b/gui/dot-config/hypr/hyprland.conf @@ -15,7 +15,7 @@ input:tablet { ####################################################################################### $terminal = alacritty -$menu = tofi-drun --terminal=kitty | sh +$menu = tofi-drun --terminal="alacritty -e" | sh ####################################################################################### @@ -215,10 +215,11 @@ windowrulev2 = float, title:(Open Folder) windowrulev2 = float, title:(Save As) windowrulev2 = size 450 450, class:(Gnuplot) -windowrulev2 = move 100 203100, class:(Gnuplot) +windowrulev2 = move 100 203, class:(Gnuplot) -windowrulev2 = float, class:(io.github.Qalculate.qalculate-qt) -windowrulev2 = size 700 700, class:(Qalculate!) +windowrulev2 = float, class:(qalculate-qt) +windowrulev2 = move 700 200, class:(qalculate-qt) +windowrulev2 = size 700 700, class:(qalculate-qt) windowrulev2 = float, title:(Select Document) windowrulev2 = size 800 450, class:(org.pulseaudio.pavucontrol) @@ -226,6 +227,7 @@ windowrulev2 = move 40 80, class:(org.pulseaudio.pavucontrol) windowrulev2 = move 1300 80, class:(nm-connection-editor) windowrulev2 = float, class:(org.pulseaudio.pavucontrol) windowrulev2 = float, class:(cheese) +windowrulev2 = float, class:(nemo) windowrulev2 = tile, class:(sioyek) diff --git a/gui/dot-config/tofi/config b/gui/dot-config/tofi/config index 1eb03d4..4e48cce 100644 --- a/gui/dot-config/tofi/config +++ b/gui/dot-config/tofi/config @@ -2,7 +2,7 @@ font = NotoFont font-size = 14 outline-width = 0 -border-width = 1 +border-width = 2 padding-left = 4% padding-top = 2% @@ -10,17 +10,16 @@ background-color = #111 text-color = #f9fbff selection-color = #933 prompt-text = "Act: " +placeholder-text = "Now" -width = 20% -height = 40% -anchor = bottom-right -margin-top = 100 -margin-bottom = 100 +width = 30% +height = 30% + +anchor = top +margin-top = 250 input-background = #1234 -margin-left = 100 -margin-right = 100 hide-cursor = false -corner-radius = 10 +corner-radius = 7 border-color = #F9a672 background-color = #1B1D1Eaa diff --git a/gui/dot-config/waybar/config b/gui/dot-config/waybar/config index 2946066..84ef17b 100644 --- a/gui/dot-config/waybar/config +++ b/gui/dot-config/waybar/config @@ -1,6 +1,6 @@ -{ - "height": 0, +[{ "position": "top", + "output": "HDMI-A-1", "modules-left": ["hyprland/workspaces", "hyprland/window"], "modules-center": ["custom/webdav","clock", "custom/status"], "modules-right": ["tray", "pulseaudio", "backlight", "cpu", "memory", "battery"], @@ -44,4 +44,14 @@ "icon-size": 21, "spacing": 5 }, -} +}, { + "width": 0, + "position": "right", + "output": "HDMI-A-2", + "modules-left": [ "hyprland/workspaces"], +}, { + "width": 0, + "position": "left", + "output": "DP-1", + "modules-left": [ "hyprland/workspaces"], +}] diff --git a/home/dot-ssh/config b/home/dot-ssh/config index ec0bdbd..fffede0 100644 --- a/home/dot-ssh/config +++ b/home/dot-ssh/config @@ -32,10 +32,6 @@ Host informatik HostName shell.informatik.uni-goettingen.de User j.hahn02 -Host pvemsi - HostName pvemsi - User root - Host dock - HostName dockerman + HostName ascyii.de User admin