switch term
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor = eDP-1, 2256x1504@60, 0x0, 1
|
||||
# monitor = DP-1, 1920x1080@60, 0x1504, 1
|
||||
monitor = desc:HAT Kamvas 12 L56051794302, 1920x1080@60, 0x1504, 1
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
@@ -26,7 +26,7 @@ monitor = eDP-1, 2256x1504@60, 0x0, 1
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = cool-retro-term
|
||||
$terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$menu = rofi -show drun
|
||||
|
||||
@@ -60,6 +60,7 @@ env = XDG_SESSION_TYPE,wayland
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = GTK_THEME, Adwaita:dark
|
||||
env = XDG_MENU_PREFIX,plasma-
|
||||
|
||||
#####################
|
||||
### LOOK AND FEEL ###
|
||||
@@ -93,8 +94,8 @@ decoration {
|
||||
rounding_power = 2
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
active_opacity = 0.97
|
||||
inactive_opacity = 0.9
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
@@ -189,6 +190,7 @@ input {
|
||||
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
disable_while_typing=false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -202,7 +204,7 @@ gestures {
|
||||
device {
|
||||
name = huion-huion-tablet_gs1161-pen
|
||||
transform = 0
|
||||
output = DP-1
|
||||
output = desc:HAT Kamvas 12 L56051794302
|
||||
}
|
||||
|
||||
|
||||
@@ -273,6 +275,7 @@ bind = , PRINT, exec, hyprshot -m region --clipboard-only
|
||||
bind = $shiftMod, PRINT, exec, hyprshot -m region
|
||||
bind = Control_L&alt, space, exec, rofi -show calc -modi calc -no-show-match -no-sort
|
||||
bind = Control_L&Shift_L, space, exec, flatpak run io.github.nokse22.minitext
|
||||
bind = $mainMod, T, exec, hyprctl setprop active opaque toggle
|
||||
|
||||
##############################
|
||||
### WINDOWS AND WORKSPACES ###
|
||||
@@ -294,3 +297,5 @@ windowrulev2 = suppressevent maximize, class:.*
|
||||
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
||||
windowrulev2 = float, class:io.github.nokse22.minitext
|
||||
|
||||
windowrulev2 = workspace special:magic, fullscreen, class:spotify
|
||||
|
||||
Reference in New Issue
Block a user